Skip to content

Commit 8b8466f

Browse files
authored
Merge pull request #351 from oursland/fix-appimage
Linux: remove custom runtime from AppImage.
2 parents 8d2aaa8 + 166c6f2 commit 8b8466f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

conda/linux/create_bundle.sh

-5
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,12 @@ else
9898
export tag="latest"
9999
fi
100100

101-
# TODO: remove custom runtime once https://github.com/AppImage/type2-runtime/pull/37 is merged
102-
# or some other fix is made for https://github.com/AppImage/type2-runtime/issues/15
103-
wget "https://github.com/adrianinsaval/type2-runtime/releases/download/patched/runtime-${ARCH}"
104-
105101
echo -e "\nCreate the appimage"
106102
export GPG_TTY=$(tty)
107103
chmod a+x ./AppDir/AppRun
108104
../../appimagetool-$(uname -m).AppImage \
109105
--comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 22 \
110106
-u "gh-releases-zsync|FreeCAD|FreeCAD-Bundle|$tag|FreeCAD*$ARCH*.AppImage.zsync" \
111-
--runtime-file runtime-${ARCH} \
112107
-s --sign-key ${GPG_KEY_ID} AppDir ${version_name}.AppImage
113108

114109
echo -e "\nCreate hash"

0 commit comments

Comments
 (0)