Skip to content

Commit

Permalink
Fix arm64 appimage bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Jan 14, 2024
1 parent e18e221 commit e30d0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
mkdir -p AppDir/usr/share/metainfo
cp ./sticker-convert.appdata.xml AppDir/usr/share/metainfo
# Bundling into appimage
ARCH=arm_aarch64 ./appimagetool --runtime-file runtime-aarch644 ./AppDir
ARCH=arm_aarch64 ./appimagetool --runtime-file ./runtime-aarch64 ./AppDir
chmod +x sticker-convert-aarch64.AppImage
OUT_FILE_NAME: ./sticker-convert-aarch64.AppImage
steps:
Expand Down

0 comments on commit e30d0a8

Please sign in to comment.