mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-23 06:56:20 +00:00
forgot mkdir
This commit is contained in:
parent
ca5a43a3ab
commit
a6c0433a2e
@ -32,6 +32,7 @@ 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/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 \
|
||||||
|
|||||||
@ -33,6 +33,7 @@ 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/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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user