-
Notifications
You must be signed in to change notification settings - Fork 6
/
electron-builder.yml
37 lines (37 loc) · 1.01 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
appId: ru.kruzhok.lapki-ide
productName: lapki-ide
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}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
asarUnpack:
- resources/**
# TODO: afterSign: build/notarize.js
win:
executableName: lapki-ide
nsis:
artifactName: ${name}-v${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
artifactName: ${name}-v${version}.${ext}
category: 'public.app-category.developer-tools'
entitlementsInherit: build/entitlements.mac.plist
linux:
artifactName: ${name}-v${version}.${ext}
target:
- AppImage
- snap
- deb
maintainer: electronjs.org
category: Utility
npmRebuild: false
publish:
provider: generic
url: https://github.com/kruzhok-team/lapki-client