Update build-linux-mac.sh

This commit is contained in:
martinrotter 2022-09-05 07:13:46 +02:00 committed by GitHub
parent 765fe45951
commit 54cde7e9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ cmake --build .
cmake --install . --prefix "$prefix"
if [ $is_linux = true ]; then
# Obtain linuxdeployqt.
# Obtain linuxdeploy.
wget -qc https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
wget -qc https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
chmod a+x linuxdeploy*.AppImage