Skip to content

Commit 3b7d5f9

Browse files
linuxdeploy-plugin-qt-static
1 parent b55d3eb commit 3b7d5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [[ "${USE_STATIC_RUNTIME:-}" != "" ]]; then
5252
runtime_filename="$(echo "$custom_runtime_url" | rev | cut -d/ -f1 | rev)"
5353
LDAI_RUNTIME_FILE="$(readlink -f "$runtime_filename")"
5454
export LDAI_RUNTIME_FILE
55-
export OUTPUT="linuxdeploy-static-plugin-qt-$ARCH.AppImage"
55+
export OUTPUT="linuxdeploy-plugin-qt-static-$ARCH.AppImage"
5656
fi
5757

5858
wget "https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-$ARCH.AppImage"

0 commit comments

Comments
 (0)