fix(windows): disable appx

This commit is contained in:
Baptiste Augrain
2025-08-04 14:47:08 +02:00
parent ed516ab087
commit e4091b268c
2 changed files with 52 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ elif [[ "${OS_NAME}" == "windows" ]]; then
7z.exe a -tzip "../assets/${APP_NAME}-win32-${VSCODE_ARCH}-${RELEASE_VERSION}.zip" -x!CodeSignSummary*.md -x!tools "../VSCode-win32-${VSCODE_ARCH}/*" -r
fi
. ../build/windows/appx/build.sh
# . ../build/windows/appx/build.sh
if [[ "${SHOULD_BUILD_EXE_SYS}" != "no" ]]; then
npm run gulp "vscode-win32-${VSCODE_ARCH}-system-setup"