We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36c42c commit e261e0fCopy full SHA for e261e0f
1 file changed
apps/desktop/electron-builder.yml
@@ -59,6 +59,10 @@ win:
59
artifactName: Team-X-${version}-Setup-${arch}.${ext}
60
61
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
66
oneClick: false
67
perMachine: false
68
allowToChangeInstallationDirectory: true
0 commit comments