Skip to content

Commit dc665a3

Browse files
Make Windows installers interactive
1 parent f18fdc4 commit dc665a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

electron-builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
appId: "com.peerviewer.app"
22
linux: { "category": "Network" }
3+
msi: { "oneClick": "false" }
4+
nsis: { "oneClick": "false", "allowToChangeInstallationDirectory": "true"}
35
# only include .webpack, as that's enough:
46
"files": [
57
".webpack/**/*"

0 commit comments

Comments
 (0)