Skip to content

Commit

Permalink
appimage: Do not copy libstdc++.so.6 to usr/lib/ (cemu-project#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonlightWave-12 authored Sep 2, 2024
1 parent b069906 commit 0d8fd7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/linux/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ 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 0d8fd7c

Please sign in to comment.