mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Update deploy-windows-clang.sh
This commit is contained in:
parent
1e1da422ea
commit
ff922f6324
|
|
@ -25,12 +25,12 @@ curl -fsSL 'https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/maste
|
||||||
curl -fsSL 'https://rpcs3.net/compatibility?api=v1&export' | iconv -t UTF-8 1> ./bin/GuiConfigs/compat_database.dat
|
curl -fsSL 'https://rpcs3.net/compatibility?api=v1&export' | iconv -t UTF-8 1> ./bin/GuiConfigs/compat_database.dat
|
||||||
|
|
||||||
# Download translations
|
# Download translations
|
||||||
mkdir -p ./bin/qt6/translations
|
mkdir -p ./bin/share/qt6/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 "./bin/qt6/translations/$(basename "$url")"
|
curl -fsSL "$url" -o "./bin/share/qt6/translations/$(basename "$url")"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Package artifacts
|
# Package artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue