Skip to content

Commit

Permalink
[AppImage] Bundle libstdc++ (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel committed Dec 7, 2023
1 parent 1849083 commit b6aaf66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/linux/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6aaf66

Please sign in to comment.