update
This commit is contained in:
26
electron-builder.yml
Normal file
26
electron-builder.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
appId: com.blijnder.helder
|
||||
productName: Helder
|
||||
directories:
|
||||
output: dist
|
||||
buildResources: build
|
||||
# The renderer/main/preload are already bundled into out/ by electron-vite.
|
||||
files:
|
||||
- out/**
|
||||
- package.json
|
||||
# Native / spawned binaries must live outside the asar to load at runtime.
|
||||
asarUnpack:
|
||||
- '**/node_modules/node-pty/**'
|
||||
- '**/node_modules/@vscode/ripgrep/**'
|
||||
mac:
|
||||
category: public.app-category.developer-tools
|
||||
target:
|
||||
- dmg
|
||||
- zip
|
||||
# Local/unsigned build: ad-hoc signed by electron-builder, no notarization.
|
||||
identity: null
|
||||
artifactName: ${productName}-${version}-${arch}.${ext}
|
||||
win:
|
||||
target: nsis
|
||||
linux:
|
||||
target: AppImage
|
||||
category: Development
|
||||
Reference in New Issue
Block a user