aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index e95eb47b7..b2c243e49 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -27,10 +27,10 @@ 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: nsis
31 arch: 31 arch: [x64, ia32]
32 - x64 32 - target: portable
33 - ia32 33 arch: [x64, ia32]
34 34
35linux: 35linux:
36 icon: ./build-helpers/images/icons 36 icon: ./build-helpers/images/icons