forked from stackblitz-labs/bolt.diy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
64 lines (57 loc) · 1.31 KB
/
electron-builder.yml
File metadata and controls
64 lines (57 loc) · 1.31 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
appId: com.stackblitz.bolt.diy
productName: Bolt Local
directories:
buildResources: build
output: dist
files:
- build/**/*
- package.json
- node_modules/**/*
- icons/**
- electron-update.yml
extraMetadata:
main: build/electron/main/index.mjs
asarUnpack:
- resources/**
- build/client/**/*
- build/server/**/*
- electron-update.yml
mac:
icon: assets/icons/icon.icns
target:
- dmg
identity: null
category: "public.app-category.developer-tools"
type: "distribution"
hardenedRuntime: true
entitlements: "assets/entitlements.mac.plist"
entitlementsInherit: "assets/entitlements.mac.plist"
gatekeeperAssess: false
win:
icon: assets/icons/icon.ico
target:
- nsis
artifactName: ${name}-${version}-${os}-${arch}.${ext}
linux:
icon: assets/icons/icon.png
target:
- AppImage
- deb
artifactName: ${name}-${version}-${os}-${arch}.${ext}
category: Development
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: ${productName}
artifactName: ${name}-${version}-${os}-${arch}-setup.${ext}
npmRebuild: false
publish:
provider: github
owner: Derek-X-Wang
repo: bolt.local
private: true
releaseType: release
electronDownload:
mirror: https://npmmirror.com/mirrors/electron/