git ssb

1+

Daan Patchwork / patchwork



Tree: 6e2b40edc66864775bbabe488fd0bbbd05b35d04

Files: 6e2b40edc66864775bbabe488fd0bbbd05b35d04 / electron-builder.yml

652 bytesRaw
1directories:
2 output: dist
3 buildResources: build
4appId: org.ssbc.patchwork
5
6linux:
7 category: Network
8 target:
9 - target: AppImage
10 arch:
11 - x64
12 - arm64
13 - armv7l
14 - target: snap
15 arch:
16 - x64
17 - arm64
18 - armv7l
19 - target: deb
20 arch:
21 - x64
22 - arm64
23 - armv7l
24deb:
25 packageCategory: net
26 priority: optional
27 maintainer: Daan Wynen <patchwork@muchmuch.coffee>
28snap:
29 publish: github
30
31dmg:
32 icon: build/dmg/icon.icns
33
34win:
35 publisherName: Secure Scuttlebutt Consortium
36 target:
37 - target: nsis
38 arch:
39 - x64
40 - ia32
41 - arm64
42

Built with git-ssb-web