feat(1.103): update to 1.103 (#2447)

This commit is contained in:
Baptiste Augrain
2025-08-09 01:10:08 +02:00
committed by GitHub
parent c6eec8f00d
commit 57832e4688
17 changed files with 254 additions and 170 deletions

View File

@@ -101,6 +101,8 @@ 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
if [[ "${SHOULD_BUILD_EXE_SYS}" != "no" ]]; then
npm run gulp "vscode-win32-${VSCODE_ARCH}-system-setup"
fi