aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index e95eb47b7..b4dff7a01 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -27,7 +27,9 @@ dmg:
27win: 27win:
28 icon: ./build-helpers/images/icon.ico 28 icon: ./build-helpers/images/icon.ico
29 target: 29 target:
30 target: nsis 30 target:
31 - nsis
32 - portable
31 arch: 33 arch:
32 - x64 34 - x64
33 - ia32 35 - ia32