mirror of
https://git.zaroz.cloud/nintendo-back-up/cemu/Cemu.git
synced 2025-12-06 00:10:20 -08:00
[AppImage] Bundle libstdc++ (#1038)
This commit is contained in:
parent
1849083073
commit
b6aaf66330
1 changed files with 1 additions and 0 deletions
1
dist/linux/appimage.sh
vendored
1
dist/linux/appimage.sh
vendored
|
|
@ -46,6 +46,7 @@ fi
|
|||
echo "Cemu Version Cemu-${GITVERSION}"
|
||||
|
||||
rm AppDir/usr/lib/libwayland-client.so.0
|
||||
cp /lib/x86_64-linux-gnu/libstdc++.so.6 AppDir/usr/lib/
|
||||
echo -e "export LC_ALL=C\nexport FONTCONFIG_PATH=/etc/fonts" >> AppDir/apprun-hooks/linuxdeploy-plugin-gtk.sh
|
||||
VERSION="${GITVERSION}" ./mkappimage.AppImage --appimage-extract-and-run "${GITHUB_WORKSPACE}"/AppDir
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue