aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 48b3c4767..bf3b25ac1 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -44,7 +44,7 @@ win:
44 arch: [x64, ia32] 44 arch: [x64, ia32]
45 - target: portable 45 - target: portable
46 arch: [x64, ia32] 46 arch: [x64, ia32]
47 publisherName: 'Amine Mouafik' 47 publisherName: "Amine Mouafik"
48 48
49linux: 49linux:
50 icon: ./build-helpers/images/icons 50 icon: ./build-helpers/images/icons
@@ -59,6 +59,11 @@ linux:
59 - target: tar.gz 59 - target: tar.gz
60 - target: rpm 60 - target: rpm
61 - target: freebsd 61 - target: freebsd
62 - target: snap
63
64snap:
65 publish:
66 provider: "snapStore"
62 67
63nsis: 68nsis:
64 perMachine: false 69 perMachine: false