Skip to content

Commit

Permalink
use patched appimage runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Nov 19, 2024
1 parent e2a6de5 commit 3d88909
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conda/linux/create_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,17 @@ else
export tag="latest"
fi

# TODO: remove custom runtime once https://github.com/AppImage/type2-runtime/pull/37 is merged
# or some other fix is made for https://github.com/AppImage/type2-runtime/issues/15
wget "https://github.com/adrianinsaval/type2-runtime/releases/download/patched/runtime-${ARCH}"

echo -e "\nCreate the appimage"
export GPG_TTY=$(tty)
chmod a+x ./AppDir/AppRun
../../appimagetool-$(uname -m).AppImage \
--comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 22 \
-u "gh-releases-zsync|FreeCAD|FreeCAD-Bundle|$tag|FreeCAD*$ARCH*.AppImage.zsync" \
--runtime-file runtime-${ARCH} \
-s --sign-key ${GPG_KEY_ID} AppDir ${version_name}.AppImage

echo -e "\nCreate hash"
Expand Down

0 comments on commit 3d88909

Please sign in to comment.