-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathelectron-builder-studio.yml
51 lines (51 loc) · 1.01 KB
/
electron-builder-studio.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
productName: Derealize Studio
appId: com.derealize.app-studio
artifactName: Derealize-studio-${version}.${ext}
files:
- node_modules/
- dist/
- styles/icons/
- main.prod.js
- main.prod.js.map
- backend.prod.js
- backend.prod.js.map
- preload.prod.js
- preload.prod.js.map
- preload-inject.prod.js
- preload-inject.prod.js.map
- index.html
- package.json
afterSign: .derealize/scripts/Notarize.js
mac:
target:
- dmg
type: distribution
hardenedRuntime: true
entitlements: assets/entitlements.mac.plist
entitlementsInherit: assets/entitlements.mac.plist
gatekeeperAssess: false
dmg:
contents:
- { x: 130, y: 220 }
- { x: 410, y: 220, type: link, path: /Applications }
win:
target:
- nsis
linux:
target:
- AppImage
category: Development
directories:
app: src
buildResources: resources-studio
output: release-studio
extraResources:
- ./assets/**
publish:
provider: github
owner: Drealize
repo: drealize
protocols:
- name: drealize
schemes:
- drealize