Skip to content

Commit

Permalink
Scripts: fix desktop file name in build_appimage.sh
Browse files Browse the repository at this point in the history
Desktop file was renamed in b43c6d4
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Sep 17, 2023
1 parent 242380d commit f0668b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ export DISABLE_COPYRIGHT_FILES_DEPLOYMENT=1
runCmd mkdir --parents --verbose "$WORKSPACE/AppImage" && runCmd cd "$_"
runCmd "$BUNDLER" \
--appdir="$APPDIR" \
--desktop-file="$APPDIR/usr/share/applications/cpu-x.desktop" \
--desktop-file="$APPDIR/usr/share/applications/com.github.thetumultuousunicornofdarkness.cpu-x.desktop" \
--verbosity=1 \
"$@"

0 comments on commit f0668b5

Please sign in to comment.