This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard/electron-builder.yml

38 lines
461 B
YAML
Raw Normal View History

2020-07-30 20:59:37 +02:00
appId: com.example.app
copyright: Example co
2020-08-01 17:12:39 +02:00
productName: LampControl
2020-07-30 20:59:37 +02:00
asar: true
directories:
buildResources: dist-assets/
output: dist/
files:
- package.json
- init.js
- build/
- node_modules/
dmg:
contents:
- type: link
path: /Applications
x: 410
y: 150
- type: file
x: 130
y: 150
mac:
target: dmg
category: public.app-category.tools
win:
target: nsis
linux:
target:
- deb
- AppImage