chore: update appname

This commit is contained in:
2025-12-02 01:13:09 +01:00
parent fb74b4c4f8
commit 9e732bdf2b
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -8,10 +8,11 @@ cmake -S "$path/.." -B "$path/../build" \
cmake --build "$path/../build" --target install || exit 1
cp "$path/wallpaper-chooser.desktop" "$HOME"/.local/share/applications/wallpaper-chooser.desktop
cp "$path/wallpaper-carousel.desktop" "$HOME"/.local/share/applications/wallpaper-carousel.desktop
echo "Exec=$HOME/.local/bin/wallpaper-chooser" >> "$HOME"/.local/share/applications/wallpaper-chooser.desktop
echo "Exec=$HOME/.local/bin/wallpaper-carousel" >>"$HOME"/.local/share/applications/wallpaper-carousel.desktop
if command -v update-desktop-database &>/dev/null; then
update-desktop-database "$HOME"/.local/share/applications/
fi
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Wallpaper Chooser
Name=Wallpaper Carousel
Comment=A small wallpaper utility made with Qt
Terminal=false
Categories=Application;Utility;