From 719d006a4c184812d797f63d6042245fb8c3ddc6 Mon Sep 17 00:00:00 2001 From: DH Date: Fri, 4 Apr 2025 15:35:04 +0300 Subject: [PATCH] workflows: fix windows deploy --- .ci/deploy-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy-windows.sh b/.ci/deploy-windows.sh index 643780daa..666edbedf 100755 --- a/.ci/deploy-windows.sh +++ b/.ci/deploy-windows.sh @@ -15,7 +15,7 @@ mkdir ./rpcs3/bin/config mkdir ./rpcs3/bin/config/input_configs curl -fsSL 'https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt' 1> ./rpcs3/bin/config/input_configs/gamecontrollerdb.txt curl -fsSL 'https://rpcs3.net/compatibility?api=v1&export' | iconv -t UTF-8 1> ./rpcs3/bin/GuiConfigs/compat_database.dat -cp -rf ./rpcs3/build/bin/ ./rpcs3/bin/ +cp -rf ./rpcs3/build-msvc/bin/ ./rpcs3/bin/ # Download SSL certificate (not needed with CURLSSLOPT_NATIVE_CA) #curl -fsSL 'https://curl.haxx.se/ca/cacert.pem' 1> ./bin/cacert.pem