Skip to content

Commit

Permalink
Trying to fix AppImage build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor251093 committed Mar 21, 2024
1 parent 4bac115 commit b4e56e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
working-directory: ${{runner.workspace}}/build
run: |
make install DESTDIR=AppDir
mv ./AppDir/usr/local/bin/melonDS ./AppDir/usr/local/bin/khDaysMM
mv ./AppDir/usr/local/bin ./AppDir/usr/bin
mv ./AppDir/usr/local/share ./AppDir/usr/share
rm -rf ./AppDir/usr/local
Expand All @@ -48,8 +49,8 @@ jobs:
run: |
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage
mkdir dist
cp ./melonDS*.AppImage ./dist
cp ./khDaysMM*.AppImage ./dist
- uses: actions/upload-artifact@v1
with:
name: melonDS-appimage-x86_64
name: khDaysMM-appimage-x86_64
path: ${{runner.workspace}}/build/dist

0 comments on commit b4e56e8

Please sign in to comment.