fix(ci): support Visual Studio 2026 native builds

This commit is contained in:
wiiiii123
2026-07-11 14:47:25 +07:00
parent ec820942ba
commit 0d614bcce9
8 changed files with 221 additions and 135 deletions
+3
View File
@@ -39,8 +39,11 @@ jobs:
shell: pwsh
run: |
npm run build:platform-native-helpers
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
npx tsc
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
npx vite build
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
npx electron-builder --win dir nsis --x64 --publish never
- name: Smoke test packaged Windows paths