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

44 lines
585 B
YAML
Raw Normal View History

2020-08-08 20:36:05 +02:00
copyright: GHOSCHT
productName: LightControl
2020-07-30 20:59:37 +02:00
asar: true
directories:
buildResources: dist-assets/
output: dist/
files:
- package.json
- init.js
- build/
- node_modules/
2020-08-01 20:58:45 +02:00
- dist-assets/
2020-07-30 20:59:37 +02:00
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
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
perMachine: false
2020-08-08 22:38:10 +02:00
artifactName: ${productName}-Setup.${ext}