File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 98
98
export tag=" latest"
99
99
fi
100
100
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
-
105
101
echo -e " \nCreate the appimage"
106
102
export GPG_TTY=$( tty)
107
103
chmod a+x ./AppDir/AppRun
108
104
../../appimagetool-$( uname -m) .AppImage \
109
105
--comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 22 \
110
106
-u " gh-releases-zsync|FreeCAD|FreeCAD-Bundle|$tag |FreeCAD*$ARCH *.AppImage.zsync" \
111
- --runtime-file runtime-${ARCH} \
112
107
-s --sign-key ${GPG_KEY_ID} AppDir ${version_name} .AppImage
113
108
114
109
echo -e " \nCreate hash"
You can’t perform that action at this time.
0 commit comments