aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-08-10 16:08:23 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-10 19:38:23 +0530
commit2beb2e4560f7ae406354d777b43201d040c44af0 (patch)
tree83fdd139f28a7150c430e191aa49a6ac17d7ef39 /electron-builder.yml
parentrefactor: Removed duplication and added note about why they were slightly dif... (diff)
downloadferdium-app-2beb2e4560f7ae406354d777b43201d040c44af0.tar.gz
ferdium-app-2beb2e4560f7ae406354d777b43201d040c44af0.tar.zst
ferdium-app-2beb2e4560f7ae406354d777b43201d040c44af0.zip
build: add Ferdi snap package (#1767)
- add snap as build target for linux - update GH actions to auto-publish snap (based on branch and package.json version)
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