1
0

Website is to long for the info window, revert back

This commit is contained in:
MatMoul 2024-03-09 16:47:49 +01:00
parent 371864e00a
commit afc56e58eb
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
#!/bin/bash
BUILDDIR=../_build
echo "cmake prepare ..." echo "cmake prepare ..."
if cmake --fresh -B ../_build .; then if cmake --fresh -B ${BUILDDIR} .; then
echo "" echo ""
echo "begin make ..." echo "begin make ..."
cd ../_build cd ${BUILDDIR}
make clean make clean
if make; then if make; then
echo "" echo ""

View File

@ -11,7 +11,7 @@
"Icon": "preferences-desktop-launch-feedback", "Icon": "preferences-desktop-launch-feedback",
"License": "GPL", "License": "GPL",
"Name": "Custom Desktop Menu", "Name": "Custom Desktop Menu",
"Website": "https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu" "Website": "https://github.com/MatMoul"
}, },
"X-Plasma-HasConfigurationInterface": true "X-Plasma-HasConfigurationInterface": true
} }