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-dmg.yaml
Normal file
13
app/builder-config-dmg.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
extends: app/builder-config-base.yaml
|
||||
mac:
|
||||
icon: app/icons/mac/icon.icns
|
||||
category: public.app-category.utilities
|
||||
dmg:
|
||||
contents:
|
||||
- x: 110
|
||||
y: 150
|
||||
- x: 240
|
||||
y: 150
|
||||
type: link
|
||||
path: /Applications
|
||||
electronVersion: 4.1.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue