Skip to content

Commit bad771b

Browse files
authored
Merge pull request #2455 from RedisInsight/build/RI-4614_Windows_build_custom_directory
#RI-4614 - windows build custom directory
2 parents 4fd62f0 + 8de6a00 commit bad771b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

electron-builder.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
"Redis Labs Inc."
100100
]
101101
},
102+
"nsis": {
103+
"oneClick": false,
104+
"perMachine": true,
105+
"allowToChangeInstallationDirectory": true
106+
},
102107
"linux": {
103108
"icon": "./resources/icons",
104109
"target": [

0 commit comments

Comments
 (0)