We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c391445 commit 1889d0dCopy full SHA for 1889d0d
ci/build.sh
@@ -76,8 +76,8 @@ case "$ARCH" in
76
esac
77
78
# build release formats
79
-wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
80
-wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$ARCH".AppImage
+curl -LO https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
+curl -LO https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$ARCH".AppImage
81
82
VERSION=$(src/cli/ail-cli --version | awk '{print $3}')
83
0 commit comments