Skip to content

Commit bfbbaa4

Browse files
authored
Update electron-builder.yml
Signed-off-by: Bohan Cheng <[email protected]>
1 parent 210cf77 commit bfbbaa4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

electron-builder.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ files:
1313
win:
1414
target:
1515
- nsis # Windows installer type, you can use zip, nsis, etc.
16-
oneClick: false
1716

1817
mac:
1918
target:
@@ -25,10 +24,10 @@ linux:
2524
# - deb # You can also specify 'deb', 'rpm', etc.
2625

2726
nsis:
28-
oneClick: true # Whether the installer is one-click
27+
oneClick: false # Whether the installer is one-click
2928
allowElevation: true # Allow requests for elevation (admin privileges)
3029
allowToChangeInstallationDirectory: true # Let the user change the install directory
3130
createDesktopShortcut: true # Create desktop shortcut after installation
3231
createStartMenuShortcut: true # Create start menu shortcut
3332

34-
publish: null
33+
publish: null

0 commit comments

Comments
 (0)