Files
TrueGrowth/electron-builder.yml

61 lines
1.3 KiB
YAML

appId: ai.truegrowth.desktop
productName: TrueGrowth
copyright: Copyright © 2026 TrueGrowth
directories:
app: dist/desktop/app
output: dist/desktop/release
buildResources: apps/electron/build
asar: true
asarUnpack:
- apps/electron/assets/**
- scripts/**
- vendor/aigcpanel/**
- vendor/Agent-Reach/**
- vendor/social-auto-upload/**
files:
- package.json
- node_modules/**
- apps/electron/main.mjs
- apps/electron/preload.cjs
- apps/electron/assets/**
- dist/apps/web/**
- scripts/truegrowth-local-api.mjs
- scripts/business-workflow-utility-worker.mjs
- vendor/aigcpanel/data/**
- vendor/Agent-Reach/**
- vendor/social-auto-upload/**
extraMetadata:
main: apps/electron/main.mjs
mac:
target:
- dmg
- zip
category: public.app-category.productivity
icon: apps/electron/build/icon.png
hardenedRuntime: true
gatekeeperAssess: false
dmg:
artifactName: ${productName}-${version}-${arch}.${ext}
win:
target:
- nsis
- portable
icon: apps/electron/build/icon.png
artifactName: ${productName}-${version}-${arch}-Setup.${ext}
nsis:
oneClick: false
perMachine: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: TrueGrowth
publish: null