Split builder config
This commit is contained in:
parent
8e05e3c618
commit
977ab0290f
7 changed files with 82 additions and 35 deletions
13
app/builder-config-appx.yaml
Normal file
13
app/builder-config-appx.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
extends: app/builder-config-base.yaml
|
||||
win:
|
||||
target:
|
||||
- NSIS
|
||||
- appx
|
||||
icon: app/icons/win/icon.ico
|
||||
appx:
|
||||
applicationId: OpenFlexureEV
|
||||
identityName: 60425J.T.Collins.OpenFlexureeV
|
||||
publisher: CN=CC867BEF-0715-4D48-8035-8881993DBB68
|
||||
publisherDisplayName: J. T. Collins
|
||||
backgroundColor: '#C5247F'
|
||||
electronVersion: 4.1.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue