mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
update macos path again
This commit is contained in:
parent
d73a7e0ff3
commit
6e5338d091
|
|
@ -33,12 +33,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
|
||||
|
||||
# Need to do this rename hack due to case insensitive filesystem
|
||||
|
|
|
|||
Loading…
Reference in a new issue