Skip to content

Commit

Permalink
Removed libmpg123.so.0 from the AppImage.
Browse files Browse the repository at this point in the history
This makes the AppImage compatible with Arch Linux and derivatives.
  • Loading branch information
punesemu committed Feb 13, 2024
1 parent 275865a commit d753cbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ jobs:
- name: 'Deploy AppImage'
run: |
unset QTDIR; unset QT_PLUGIN_PATH; unset LD_LIBRARY_PATH
./linuxdeploy-x86_64.AppImage --appdir AppDir -d AppDir/usr/share/applications/io.github.punesemu.puNES.desktop -i AppDir/usr/share/icons/hicolor/256x256/apps/io.github.punesemu.puNES.png --output appimage --plugin qt
./linuxdeploy-x86_64.AppImage --appdir AppDir -d AppDir/usr/share/applications/io.github.punesemu.puNES.desktop -i AppDir/usr/share/icons/hicolor/256x256/apps/io.github.punesemu.puNES.png --plugin qt
rm -f AppDir/usr/lib/libmpg123.so.0
./linuxdeploy-x86_64.AppImage --appdir AppDir --exclude-library "*mpg123*" --output appimage
- name: 'Setup tmate session (only for debug)'
if: ${{ failure() }}
Expand Down

0 comments on commit d753cbc

Please sign in to comment.