Skip to content

Commit

Permalink
Fix building aarch64 appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Aug 11, 2024
1 parent 445c3b4 commit 4b37f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chmod +x ./appimagetool
# That would be not possible to be verified by https://appimage.github.io/apps/
# Due to https://github.com/AppImage/appimage.github.io/blob/master/code/worker.sh
# runtime-fuse2-x86_64 unable to handle xz compression
./appimage-builder --skip-appimage --recipe AppImageBuilder-x86_64.yml
./appimage-builder --skip-appimage --recipe AppImageBuilder-${SC_COMPILE_ARCH}.yml

# Add .desktop comment
sed -i 's/Comment=/Comment=Convert (animated) stickers between WhatsApp, Telegram, Signal, Line, Kakao, Viber, Discord, iMessage/g' ./AppDir/*.desktop
Expand Down

0 comments on commit 4b37f5e

Please sign in to comment.