Split builder config
This commit is contained in:
parent
8e05e3c618
commit
977ab0290f
7 changed files with 82 additions and 35 deletions
12
app/builder-config-linux.yaml
Normal file
12
app/builder-config-linux.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
extends: app/builder-config-base.yaml
|
||||
linux:
|
||||
target:
|
||||
- AppImage
|
||||
- target: deb
|
||||
arch:
|
||||
- x64
|
||||
- armv7l
|
||||
icon: app/icons/png/1024x1024.png
|
||||
deb:
|
||||
category: Science
|
||||
electronVersion: 4.1.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue