From ff922f6324beb71fb8436a106d232537234af9ae Mon Sep 17 00:00:00 2001 From: FlexBy420 Date: Sat, 25 Oct 2025 14:34:44 +0200 Subject: [PATCH] Update deploy-windows-clang.sh --- .ci/deploy-windows-clang.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/deploy-windows-clang.sh b/.ci/deploy-windows-clang.sh index 407e99d4fa..e8f4c8f7c3 100644 --- a/.ci/deploy-windows-clang.sh +++ b/.ci/deploy-windows-clang.sh @@ -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 # 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" \ | grep '"download_url":' \ | cut -d '"' -f 4 \ | 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 # Package artifacts