Skip to content

Commit

Permalink
Fix vidcutter launcher
Browse files Browse the repository at this point in the history
...the launchers in the root of the AppImage are two, this prevents the app to be integrated correctly in the app menu.

Fix after seeing https://forum.ubuntu-fr.org/viewtopic.php?id=2086365
  • Loading branch information
ivan-hc authored Sep 3, 2024
1 parent a703934 commit ded022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/x86_64/vidcutter
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EOF
chmod a+x ./AM-updater || exit 1

# LAUNCHER & ICON
./"$APP" --appimage-extract *.desktop 1>/dev/null && mv ./squashfs-root/*.desktop ./"$APP".desktop
./"$APP" --appimage-extract *.desktop 1>/dev/null && mv ./squashfs-root/"$APP".desktop ./"$APP".desktop
./"$APP" --appimage-extract .DirIcon 1>/dev/null && mv ./squashfs-root/.DirIcon ./DirIcon
COUNT=0
while [ "$COUNT" -lt 10 ]; do # Tries to get the actual icon/desktop if it is a symlink to another symlink
Expand Down

0 comments on commit ded022e

Please sign in to comment.