We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1849083 commit b6aaf66Copy full SHA for b6aaf66
dist/linux/appimage.sh
@@ -46,6 +46,7 @@ fi
46
echo "Cemu Version Cemu-${GITVERSION}"
47
48
rm AppDir/usr/lib/libwayland-client.so.0
49
+cp /lib/x86_64-linux-gnu/libstdc++.so.6 AppDir/usr/lib/
50
echo -e "export LC_ALL=C\nexport FONTCONFIG_PATH=/etc/fonts" >> AppDir/apprun-hooks/linuxdeploy-plugin-gtk.sh
51
VERSION="${GITVERSION}" ./mkappimage.AppImage --appimage-extract-and-run "${GITHUB_WORKSPACE}"/AppDir
52
0 commit comments