Skip to content

Commit b6aaf66

Browse files
[AppImage] Bundle libstdc++ (#1038)
1 parent 1849083 commit b6aaf66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/linux/appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ fi
4646
echo "Cemu Version Cemu-${GITVERSION}"
4747

4848
rm AppDir/usr/lib/libwayland-client.so.0
49+
cp /lib/x86_64-linux-gnu/libstdc++.so.6 AppDir/usr/lib/
4950
echo -e "export LC_ALL=C\nexport FONTCONFIG_PATH=/etc/fonts" >> AppDir/apprun-hooks/linuxdeploy-plugin-gtk.sh
5051
VERSION="${GITVERSION}" ./mkappimage.AppImage --appimage-extract-and-run "${GITHUB_WORKSPACE}"/AppDir
5152

0 commit comments

Comments
 (0)