Update url to mkappimage again

should really find a better solution but oh well
This commit is contained in:
MGThePro 2022-09-26 11:45:13 +02:00 committed by GitHub
parent aff4265364
commit 189c89d2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export CXX=${GXX_BINARY}
cd /tmp
curl -sLO "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
curl -sLO "https://github.com/$GITHUB_REPOSITORY/raw/$BRANCH/.github/workflows/update.tar.gz"
curl -sL "https://github.com/probonopd/go-appimage/releases/download/continuous/mkappimage-722-x86_64.AppImage" -o mkappimage.AppImage
curl -sL "https://github.com/probonopd/go-appimage/releases/download/continuous/mkappimage-724-x86_64.AppImage" -o mkappimage.AppImage
tar -xzf update.tar.gz
chmod a+x linuxdeployqt*.AppImage
chmod a+x mkappimage.AppImage