From a8262e51527684a2e9a39197a456cb37a5a8f6f2 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Fri, 4 Aug 2023 01:38:44 +0200 Subject: [PATCH] fix: build archive (#1586) --- prepare_assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_assets.sh b/prepare_assets.sh index 0d20574..57bff85 100755 --- a/prepare_assets.sh +++ b/prepare_assets.sh @@ -76,7 +76,7 @@ elif [[ "${OS_NAME}" == "windows" ]]; then yarn gulp "vscode-win32-${VSCODE_ARCH}-inno-updater" if [[ "${SHOULD_BUILD_ZIP}" != "no" ]]; then - yarn gulp "vscode-win32-${VSCODE_ARCH}-archive" + 7z.exe a -tzip "../assets/${APP_NAME}-win32-${VSCODE_ARCH}-${RELEASE_VERSION}.zip" -x!CodeSignSummary*.md -x!tools "../VSCode-win32-${VSCODE_ARCH}/*" -r fi if [[ "${SHOULD_BUILD_EXE_SYS}" != "no" ]]; then