Skip to content

Commit

Permalink
remove all libxcb libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Marmsoler committed Jul 13, 2023
1 parent 7ccbf23 commit e7d3451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
mv ./AppDir/lib64/ld-${{ matrix.env.ld_library_arch }}.so.2 ./AppDir/usr/bin/
sed -i -e 's@^LD_LINUX.*@LD_LINUX=$(find "$HERE/usr/bin" -name "ld-*.so.*" | head -n 1)@g' ./AppDir/AppRun
rm ./AppDir/lib/x86_64-linux-gnu/libxcb-glx.so.0
rm ./AppDir/lib/x86_64-linux-gnu/libxcb*
rm ./AppDir/usr/share/metainfo/gittyup.appdata.xml
VERSION=$(cat ./Version.txt)
Expand Down

0 comments on commit e7d3451

Please sign in to comment.