Skip to content

Commit d9061bf

Browse files
committed
Revert "Fix static build's runtime URL"
This reverts commit ecc4a9d.
1 parent 70b4665 commit d9061bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export OUTPUT="linuxdeploy-plugin-qt-$ARCH.AppImage"
4747

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

0 commit comments

Comments
 (0)