19 lines
260 B
YAML
19 lines
260 B
YAML
|
|
appId: com.geo.rankly.desktop
|
||
|
|
productName: GEO Rankly Desktop
|
||
|
|
directories:
|
||
|
|
output: release
|
||
|
|
files:
|
||
|
|
- out/**
|
||
|
|
asar: true
|
||
|
|
mac:
|
||
|
|
category: public.app-category.productivity
|
||
|
|
target:
|
||
|
|
- dmg
|
||
|
|
- zip
|
||
|
|
win:
|
||
|
|
target:
|
||
|
|
- nsis
|
||
|
|
linux:
|
||
|
|
target:
|
||
|
|
- AppImage
|