We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b4665 commit d9061bfCopy full SHA for d9061bf
ci/build.sh
@@ -47,7 +47,7 @@ export OUTPUT="linuxdeploy-plugin-qt-$ARCH.AppImage"
47
48
# special set of builds using a different experimental runtime, used for testing purposes
49
if [[ "${USE_STATIC_RUNTIME:-}" != "" ]]; then
50
- custom_runtime_url="https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-fuse3-$ARCH"
+ custom_runtime_url="https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-$ARCH"
51
wget "$custom_runtime_url"
52
runtime_filename="$(echo "$custom_runtime_url" | rev | cut -d/ -f1 | rev)"
53
LDAI_RUNTIME_FILE="$(readlink -f "$runtime_filename")"
0 commit comments