mirror of
https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu.git
synced 2024-12-22 22:16: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 ..."
|
||||
if cmake --fresh -B ../_build .; then
|
||||
if cmake --fresh -B ${BUILDDIR} .; then
|
||||
echo ""
|
||||
echo "begin make ..."
|
||||
cd ../_build
|
||||
cd ${BUILDDIR}
|
||||
make clean
|
||||
if make; then
|
||||
echo ""
|
||||
|
@ -11,7 +11,7 @@
|
||||
"Icon": "preferences-desktop-launch-feedback",
|
||||
"License": "GPL",
|
||||
"Name": "Custom Desktop Menu",
|
||||
"Website": "https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu"
|
||||
"Website": "https://github.com/MatMoul"
|
||||
},
|
||||
"X-Plasma-HasConfigurationInterface": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user