Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
Copy some additional libs to AppImage. See probonopd/go-appimage#301 for details
  • Loading branch information
AlbrechtL authored Nov 6, 2024
1 parent 08eb60c commit 6f57d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
# Create AppImage
./appimagetool-*.AppImage -s deploy ./appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
cp /usr/lib/x86_64-linux-gnu/dri/* appdir/usr/lib/x86_64-linux-gnu/ # Copy some additional libs to AppImage. See https://github.com/probonopd/go-appimage/issues/301 for details
find appdir/
VERSION=1.0 ./appimagetool-*.AppImage ./appdir # turn AppDir into AppImage
Expand Down

0 comments on commit 6f57d28

Please sign in to comment.