update macos path again

This commit is contained in:
FlexBy420 2025-10-25 01:00:33 +02:00 committed by Megamouse
parent d73a7e0ff3
commit 6e5338d091

View file

@ -33,12 +33,12 @@ rm -rf "rpcs3.app/Contents/Frameworks/QtPdf.framework" \
../../.ci/optimize-mac.sh rpcs3.app ../../.ci/optimize-mac.sh rpcs3.app
# Download translations # Download translations
mkdir -p "rpcs3.app/Contents/Resources/translations" mkdir -p "rpcs3.app/Contents/translations"
curl -fsSL "https://api.github.com/repos/RPCS3/rpcs3_translations/contents/qm" \ curl -fsSL "https://api.github.com/repos/RPCS3/rpcs3_translations/contents/qm" \
| grep '"download_url":' \ | grep '"download_url":' \
| cut -d '"' -f 4 \ | cut -d '"' -f 4 \
| while read -r url; do | while read -r url; do
curl -fsSL "$url" -o "rpcs3.app/Contents/Resources/translations/$(basename "$url")" curl -fsSL "$url" -o "rpcs3.app/Contents/translations/$(basename "$url")"
done done
# Need to do this rename hack due to case insensitive filesystem # Need to do this rename hack due to case insensitive filesystem