mirror of
https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu.git
synced 2024-12-23 06:26:11 +00:00
Website is to long for the info window, revert back
This commit is contained in:
parent
371864e00a
commit
afc56e58eb
@ -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 ""
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user