From 323f504138e5425a3d05386871c6b71bb238f985 Mon Sep 17 00:00:00 2001 From: FlexBy420 Date: Fri, 24 Oct 2025 02:08:02 +0200 Subject: [PATCH] comment --- .ci/deploy-windows.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/deploy-windows.sh b/.ci/deploy-windows.sh index 982349e0f3..60f8262d9e 100755 --- a/.ci/deploy-windows.sh +++ b/.ci/deploy-windows.sh @@ -15,6 +15,7 @@ mkdir ./bin/config/input_configs curl -fsSL 'https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt' 1> ./bin/config/input_configs/gamecontrollerdb.txt curl -fsSL 'https://rpcs3.net/compatibility?api=v1&export' | iconv -t UTF-8 1> ./bin/GuiConfigs/compat_database.dat +# Download translations mkdir -p ./bin/qt6/translations curl -fsSL "https://api.github.com/repos/RPCS3/rpcs3_translations/contents/qm" \ | grep '"download_url":' \