This commit is contained in:
2026-06-16 06:18:42 +02:00
parent 3f5078841d
commit 66248c4736
39 changed files with 6699 additions and 94 deletions

26
electron-builder.yml Normal file
View 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