From afc56e58eb8f4ce3d09e3c3e874674f849564f9b Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 9 Mar 2024 16:47:49 +0100 Subject: [PATCH] Website is to long for the info window, revert back --- src/build.sh | 8 ++++++-- src/plasma-containmentactions-customdesktopmenu.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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 }