Sync latest TrueGrowth updates
Some checks failed
CI / main (push) Has been cancelled
CI / release-e2e (push) Has been cancelled

This commit is contained in:
jiam
2026-07-08 02:03:18 +08:00
parent 52636c91ae
commit 5119ac0ef8
102 changed files with 20985 additions and 1760 deletions

View File

@@ -33,22 +33,38 @@ extraMetadata:
mac:
target:
- dmg
- zip
- target: zip
category: public.app-category.productivity
icon: apps/electron/build/icon.png
type: distribution
entitlements: apps/electron/build/entitlements.mac.plist
entitlementsInherit: apps/electron/build/entitlements.mac.inherit.plist
hardenedRuntime: true
gatekeeperAssess: false
strictVerify: true
notarize: true
extendInfo:
NSMicrophoneUsageDescription: TrueGrowth 需要使用麦克风录制音频素材。
NSCameraUsageDescription: TrueGrowth 需要使用摄像头录制视频素材。
artifactName: ${productName}-${version}-${arch}-mac.${ext}
dmg:
artifactName: ${productName}-${version}-${arch}.${ext}
win:
target:
- nsis
- portable
- target: nsis
arch:
- x64
- target: portable
arch:
- x64
icon: apps/electron/build/icon.png
artifactName: ${productName}-${version}-${arch}-Setup.${ext}
portable:
artifactName: ${productName}-${version}-${arch}-Portable.${ext}
nsis:
oneClick: false
perMachine: false
@@ -57,4 +73,7 @@ nsis:
createStartMenuShortcut: true
shortcutName: TrueGrowth
publish: null
publish:
provider: generic
url: https://truegrowth.benchu.cloud/desktop/stable/
channel: latest