Skip to content

Commit

Permalink
[ci] appimage runtime filename changed again
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 7, 2024
1 parent 7e43948 commit 7e580ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/appimage.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ sudo chown -R $(whoami) $BUILD_FOLDER
wget -nv "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod a+x appimagetool-x86_64.AppImage

wget -nv "https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-fuse3-x86_64"
chmod a+x runtime-fuse3-x86_64
wget -nv "https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-x86_64"
chmod a+x runtime-x86_64

wget -nv "https://github.com/probonopd/AppImageKit/releases/download/continuous/AppRun-x86_64"
chmod a+x AppRun-x86_64
Expand All @@ -38,7 +38,7 @@ if [[ ! -f "build/score.AppDir/usr/bin/ossia-score" ]]; then
exit 1
fi

./appimagetool-x86_64.AppImage -n "build/score.AppDir" "Score.AppImage" --runtime-file runtime-fuse3-x86_64
./appimagetool-x86_64.AppImage -n "build/score.AppDir" "Score.AppImage" --runtime-file runtime-x86_64

if [[ ! -f "Score.AppImage" ]]; then
echo "Build failure, Score.AppImage could not be created"
Expand Down

0 comments on commit 7e580ac

Please sign in to comment.