Address review comments

This splits the Linux workflow and build script into linux and linux-arm64.
This commit is contained in:
TGP17
2023-10-02 16:30:53 +02:00
committed by GitHub
parent 6a06833ff1
commit aa681d2c0f
5 changed files with 63 additions and 40 deletions

View File

@@ -37,7 +37,4 @@ if [ -n "$cxxpath" ] || [ -n "$gccpath" ]; then
fi
fi
#echo ">>>>> $LD_LIBRARY_PATH"
#echo ">>>>> $LD_PRELOAD"
exec "$binary" "$@"

View File

@@ -1,5 +1,9 @@
# Prepare AppDir
mv ./linux-arm64-appimage/AppDir.7z ./AppDir.7z
7z x AppDir.7z
mv ./AppDir/usr/local/* ./AppDir/usr
rm -rf ./AppDir/usr/local
sed -e s/PrefersNonDefaultGPU=true//g -i ./AppDir/usr/share/applications/citra-qt.desktop
# Seperate AppDir for all Citra executables
cp -r AppDir AppDir-qt