Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

60
electron-builder.yml Normal file
View File

@@ -0,0 +1,60 @@
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