fix(launcher): preserve arguments through Windows command wrappers

This commit is contained in:
2026-09-10 13:22:04 -07:00
parent 1213203228
commit 8c7ad75033
7 changed files with 101 additions and 37 deletions
+4 -1
View File
@@ -195,7 +195,10 @@ jobs:
bun run build
- name: Verify managed Windows launcher
run: bun test src/main/runtime/managed-launcher.test.ts src/main/runtime/windows-launcher-bootstrap.test.ts
run: bun test src/main/runtime/managed-launcher.test.ts
- name: Verify Windows launcher bootstrap
run: bun test src/main/runtime/windows-launcher-bootstrap.test.ts
- name: Build unsigned Windows artifacts
run: bun run build:win:unsigned