Skip to content

Commit c51fda6

Browse files
authored
feat: allow selecting installation directory for Windows installer (#2779)
1 parent 9d4c27f commit c51fda6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron-builder.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"target": ["nsis", "zip"]
3737
},
3838
"nsis": {
39+
"allowToChangeInstallationDirectory": true,
3940
"oneClick": false
4041
},
4142
"linux": {

0 commit comments

Comments
 (0)