Skip to content

Commit

Permalink
Fix static build's runtime URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Aug 2, 2024
1 parent 342a5b1 commit ecc4a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export OUTPUT="linuxdeploy-plugin-qt-$ARCH.AppImage"

# special set of builds using a different experimental runtime, used for testing purposes
if [[ "${USE_STATIC_RUNTIME:-}" != "" ]]; then
custom_runtime_url="https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-$ARCH"
custom_runtime_url="https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-fuse3-$ARCH"
wget "$custom_runtime_url"
runtime_filename="$(echo "$custom_runtime_url" | rev | cut -d/ -f1 | rev)"
LDAI_RUNTIME_FILE="$(readlink -f "$runtime_filename")"
Expand Down

0 comments on commit ecc4a9d

Please sign in to comment.