From d23276734ed6085710af3b7392d2d8d5cb4816fa Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sun, 3 Sep 2023 16:01:03 -0700 Subject: [PATCH] minor --- electron/release-scripts/windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/release-scripts/windows.sh b/electron/release-scripts/windows.sh index e3c1a2b..d1113a6 100644 --- a/electron/release-scripts/windows.sh +++ b/electron/release-scripts/windows.sh @@ -25,4 +25,4 @@ yarn build:dist node pack.js cp "${DIST_PATH}/arm64/F-Chat-Rising-Setup-win-arm64.exe" "${RELEASE_PATH}/F-Chat-Rising-win-arm64.exe" -cp "${DIST_PATH}/arm64/F-Chat-Rising-Setup-win-x64.exe" "${RELEASE_PATH}/F-Chat-Rising-win-x64.exe" +cp "${DIST_PATH}/x64/F-Chat-Rising-Setup-win-x64.exe" "${RELEASE_PATH}/F-Chat-Rising-win-x64.exe"