Skip to content

Commit e261e0f

Browse files
Fix Windows installer wrapper crash
1 parent a36c42c commit e261e0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/desktop/electron-builder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ win:
5959
artifactName: Team-X-${version}-Setup-${arch}.${ext}
6060

6161
nsis:
62+
# The electron-builder multi-arch NSIS wrapper crashes on this Windows host
63+
# immediately after the assisted installer's first Next click. Ship the
64+
# architecture-specific installers directly instead.
65+
buildUniversalInstaller: false
6266
oneClick: false
6367
perMachine: false
6468
allowToChangeInstallationDirectory: true

0 commit comments

Comments
 (0)