We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5113cd9 commit bcc842bCopy full SHA for bcc842b
programs/x86_64/emulsion
@@ -57,7 +57,7 @@ EOF
57
chmod a+x ./AM-updater || exit 1
58
59
# LAUNCHER & ICON
60
-./"$APP" --appimage-extract *.desktop 1>/dev/null && mv ./squashfs-root/*.desktop ./"$APP".desktop
+./"$APP" --appimage-extract *.desktop 1>/dev/null && mv ./squashfs-root/e*.desktop ./"$APP".desktop
61
./"$APP" --appimage-extract .DirIcon 1>/dev/null && mv ./squashfs-root/.DirIcon ./DirIcon
62
COUNT=0
63
while [ "$COUNT" -lt 10 ]; do # Tries to get the actual icon/desktop if it is a symlink to another symlink
0 commit comments