eh update macos-arm path again

This commit is contained in:
FlexBy420 2025-10-25 01:05:48 +02:00 committed by Megamouse
parent 6e5338d091
commit 3e5a035046

View file

@ -32,12 +32,12 @@ rm -rf "rpcs3.app/Contents/Frameworks/QtPdf.framework" \
../../.ci/optimize-mac.sh rpcs3.app
# 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" \
| grep '"download_url":' \
| cut -d '"' -f 4 \
| 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
# Hack