Update build-linux-mac.sh
This commit is contained in:
parent
765fe45951
commit
54cde7e9e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue