fix: disable wip appx (#2807)

This commit is contained in:
Baptiste Augrain
2026-04-27 11:52:11 +02:00
committed by GitHub
parent 8b760ef6a7
commit 3ab1aeedbf
5 changed files with 58 additions and 39 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ find .build/extensions -type f -name '*.node' -print -delete
npm run copy-policy-dto --prefix build
node build/lib/policies/policyGenerator.ts build/lib/policies/policyData.jsonc win32
node build/win32/explorer-dll-fetcher.ts .build/win32/appx
# node build/win32/explorer-dll-fetcher.ts .build/win32/appx
npm run gulp "vscode-win32-${VSCODE_ARCH}-min-packing"
+1 -1
View File
@@ -4,7 +4,7 @@ cd vscode || { echo "'vscode' dir not found"; exit 1; }
npm run gulp "vscode-win32-${VSCODE_ARCH}-inno-updater"
. ../build/windows/appx/build.sh
# . ../build/windows/appx/build.sh
if [[ "${SHOULD_BUILD_ZIP}" != "no" ]]; then
7z.exe a -tzip "../assets/${APP_NAME}-win32-${VSCODE_ARCH}-${RELEASE_VERSION}.zip" -x!CodeSignSummary*.md -x!tools "../VSCode-win32-${VSCODE_ARCH}/*" -r