Skip to content

Commit bcc842b

Browse files
authored
Update emulsion
fix .desktop file
1 parent 5113cd9 commit bcc842b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/x86_64/emulsion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ EOF
5757
chmod a+x ./AM-updater || exit 1
5858

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

0 commit comments

Comments
 (0)