We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55d3eb commit 3b7d5f9Copy full SHA for 3b7d5f9
ci/build.sh
@@ -52,7 +52,7 @@ if [[ "${USE_STATIC_RUNTIME:-}" != "" ]]; then
52
runtime_filename="$(echo "$custom_runtime_url" | rev | cut -d/ -f1 | rev)"
53
LDAI_RUNTIME_FILE="$(readlink -f "$runtime_filename")"
54
export LDAI_RUNTIME_FILE
55
- export OUTPUT="linuxdeploy-static-plugin-qt-$ARCH.AppImage"
+ export OUTPUT="linuxdeploy-plugin-qt-static-$ARCH.AppImage"
56
fi
57
58
wget "https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-$ARCH.AppImage"
0 commit comments