Update Linux CI scripts to use temporary linuxdeploy path as the main release is broken

This commit is contained in:
Adam Honse
2020-08-23 00:16:28 -05:00
parent 6ec3cfb1de
commit 2440ab8fc9
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ make install INSTALL_ROOT=AppDir
# Now, build AppImage using linuxdeploy and linuxdeploy-plugin-qt #
# Download linuxdeploy and its Qt plugin #
#-----------------------------------------------------------------------#
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-i386.AppImage
wget https://artifacts.assassinate-you.net/artifactory/list/linuxdeploy/travis-456/linuxdeploy-i386.AppImage
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-i386.AppImage
#-----------------------------------------------------------------------#

View File

@@ -58,7 +58,7 @@ make install INSTALL_ROOT=AppDir
# Now, build AppImage using linuxdeploy and linuxdeploy-plugin-qt #
# Download linuxdeploy and its Qt plugin #
#-----------------------------------------------------------------------#
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
wget https://artifacts.assassinate-you.net/artifactory/list/linuxdeploy/travis-456/linuxdeploy-x86_64.AppImage
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
#-----------------------------------------------------------------------#