Switch to combined builder config

This commit is contained in:
Joel Collins 2019-05-28 11:59:05 +01:00
parent e0f7f12c3b
commit 34cbc6c1ec
5 changed files with 22 additions and 20 deletions

View file

@ -1,12 +1,14 @@
extends: app/builder-config-base.yaml
electronVersion: 3.0.13
linux:
target:
- target: deb
arch:
- armv7l
- target: appImage
arch:
- armv7l
icon: app/icons/png/
category: Science
deb:
category: Science
fpm: ['--architecture', 'armhf']
electronVersion: 3.0.13