Skip to content

Commit c45addf

Browse files
committed
attempt to fix arm builds
This commit also updates the linux build script to *not* use --appimage-extract-and-run, so that it will try to use fusemount, if possible, instead of just resorting straight to the fallback that requires (insecurely) downloading a runtime, which will fail due to our safeguard using iptables * #40 (comment)
1 parent 126d680 commit c45addf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/linux/buildAppImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ mkdir -p "dist/${ARCHIVE_DIR}"
468468

469469
# create the AppImage from kivy AppDir
470470
chmod +x ${source_appimagetool_path}
471-
${source_appimagetool_path} --appimage-extract-and-run --no-appstream "/tmp/kivy_appdir" "dist/${ARCHIVE_DIR}/${APP_NAME}-${VERSION}.AppImage"
471+
${source_appimagetool_path} --no-appstream "/tmp/kivy_appdir" "dist/${ARCHIVE_DIR}/${APP_NAME}-${VERSION}.AppImage"
472472
sha256sum "dist/${ARCHIVE_DIR}/${APP_NAME}-${VERSION}.AppImage"
473473

474474
########################

0 commit comments

Comments
 (0)