Explorar o código

fix: build archive (#1586)

Baptiste Augrain %!s(int64=2) %!d(string=hai) anos
pai
achega
a8262e5152
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      prepare_assets.sh

+ 1 - 1
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