mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
eh update macos-arm path again
This commit is contained in:
parent
6e5338d091
commit
3e5a035046
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue