diff --git a/src/build.sh b/src/build.sh index 6c22ca3..53bc392 100755 --- a/src/build.sh +++ b/src/build.sh @@ -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 "" diff --git a/src/plasma-containmentactions-customdesktopmenu.json b/src/plasma-containmentactions-customdesktopmenu.json index 1419150..49a1d2d 100644 --- a/src/plasma-containmentactions-customdesktopmenu.json +++ b/src/plasma-containmentactions-customdesktopmenu.json @@ -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 }