Skip to content

Commit acde9b6

Browse files
authored
Update ciyue
1 parent 190b8af commit acde9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/x86_64/ciyue

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/c*.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)