Update Linux CI scripts to use temporary linuxdeploy path as the main release is broken
This commit is contained in:
parent
6ec3cfb1de
commit
2440ab8fc9
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
#-----------------------------------------------------------------------#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
#-----------------------------------------------------------------------#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue