Switch to combined builder config
This commit is contained in:
parent
e0f7f12c3b
commit
34cbc6c1ec
5 changed files with 22 additions and 20 deletions
|
|
@ -4,6 +4,9 @@ directories:
|
||||||
appId: org.openflexure.ev
|
appId: org.openflexure.ev
|
||||||
artifactName: ${name}-${os}-${arch}.${ext}
|
artifactName: ${name}-${os}-${arch}.${ext}
|
||||||
asar: true
|
asar: true
|
||||||
|
publish:
|
||||||
|
- provider: generic
|
||||||
|
url: https://gitlab.com
|
||||||
files:
|
files:
|
||||||
- filter:
|
- filter:
|
||||||
- '**/*'
|
- '**/*'
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
extends: app/builder-config-base.yaml
|
|
||||||
linux:
|
|
||||||
target:
|
|
||||||
- target: deb
|
|
||||||
arch:
|
|
||||||
- x64
|
|
||||||
icon: app/icons/png/
|
|
||||||
category: Science
|
|
||||||
deb:
|
|
||||||
category: Science
|
|
||||||
electronVersion: 4.1.5
|
|
||||||
|
|
@ -1,12 +1,14 @@
|
||||||
extends: app/builder-config-base.yaml
|
extends: app/builder-config-base.yaml
|
||||||
|
electronVersion: 3.0.13
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- target: deb
|
- target: deb
|
||||||
arch:
|
arch:
|
||||||
- armv7l
|
- armv7l
|
||||||
|
- target: appImage
|
||||||
|
arch:
|
||||||
|
- armv7l
|
||||||
icon: app/icons/png/
|
icon: app/icons/png/
|
||||||
category: Science
|
category: Science
|
||||||
deb:
|
deb:
|
||||||
category: Science
|
|
||||||
fpm: ['--architecture', 'armhf']
|
fpm: ['--architecture', 'armhf']
|
||||||
electronVersion: 3.0.13
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
extends: app/builder-config-base.yaml
|
|
||||||
win:
|
|
||||||
target:
|
|
||||||
- NSIS
|
|
||||||
icon: app/icons/win/icon.ico
|
|
||||||
electronVersion: 4.1.5
|
|
||||||
|
|
@ -1,4 +1,19 @@
|
||||||
extends: app/builder-config-base.yaml
|
extends: app/builder-config-base.yaml
|
||||||
|
electronVersion: 4.1.5
|
||||||
|
win:
|
||||||
|
target:
|
||||||
|
- NSIS
|
||||||
|
icon: app/icons/win/icon.ico
|
||||||
|
linux:
|
||||||
|
target:
|
||||||
|
- target: deb
|
||||||
|
arch:
|
||||||
|
- x64
|
||||||
|
- target: appImage
|
||||||
|
arch:
|
||||||
|
- x64
|
||||||
|
icon: app/icons/png/
|
||||||
|
category: Science
|
||||||
mac:
|
mac:
|
||||||
icon: app/icons/mac/icon.icns
|
icon: app/icons/mac/icon.icns
|
||||||
category: public.app-category.utilities
|
category: public.app-category.utilities
|
||||||
|
|
@ -10,4 +25,3 @@ dmg:
|
||||||
y: 150
|
y: 150
|
||||||
type: link
|
type: link
|
||||||
path: /Applications
|
path: /Applications
|
||||||
electronVersion: 4.1.5
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue