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 190b8af commit acde9b6Copy full SHA for acde9b6
programs/x86_64/ciyue
@@ -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/c*.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