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 35d354b commit e7db1c7Copy full SHA for e7db1c7
ci/build-bundle.sh
@@ -52,6 +52,10 @@ wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appima
52
53
chmod +x appimagetool-"$AIK_ARCH".AppImage
54
55
+# as usual, qemu is not happy about the AppImage type 2 magic bytes
56
+# let's "fix" that
57
+dd if=/dev/zero bs=1 count=3 seek=8 conv=notrunc of=appimagetool-"$AIK_ARCH".AppImage
58
+
59
./appimagetool-"$AIK_ARCH".AppImage --appimage-extract
60
mv squashfs-root/ linuxdeploy-plugin-appimage-bundle/appimagetool-prefix/
61
ln -s ../../appimagetool-prefix/AppRun linuxdeploy-plugin-appimage-bundle/usr/bin/appimagetool
0 commit comments