Sync latest TrueGrowth updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user