From a1b0464d705b53b601131d22d314c76d97cc0124 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sun, 3 Sep 2023 15:42:02 -0700 Subject: [PATCH] minor --- electron/release-scripts/windows.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electron/release-scripts/windows.sh b/electron/release-scripts/windows.sh index af9e368..e3c1a2b 100644 --- a/electron/release-scripts/windows.sh +++ b/electron/release-scripts/windows.sh @@ -24,3 +24,5 @@ cd electron 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"