-
Notifications
You must be signed in to change notification settings - Fork 1
/
electron-builder.yml
51 lines (51 loc) · 1.22 KB
/
electron-builder.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
appId: dev.platformatic
productName: Meraki
directories:
buildResources: build
files:
- '!**/.vscode/*'
- '!src/*'
- '!electron.vite.config.{js,ts,mjs,cjs}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
extraFiles:
- 'migrations'
asarUnpack:
- resources/**
win:
executableName: meraki
icon: build/icon.png
sign: ./sign-win.js
publisherName: Platformatic Inc.
nsis:
artifactName: ${productName}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
icon: build/icon.icns
category: public.app-category.developer-tools
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
notarize:
teamId: 8VKCB2AW8F
dmg:
artifactName: ${productName}-${version}-${arch}.${ext}
window:
height: 420
linux:
target:
- AppImage
- deb
desktop:
Type: Application
Name: Platformatic Meraki
exec: meraki %u
maintainer: platformatic.dev
category: Development
mimeTypes: [x-scheme-handler/meraki]
appImage:
artifactName: ${productName}-${version}.${ext}
npmRebuild: false
publish:
provider: github