mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-16 13:43:43 +08:00
v4.3.0
This commit is contained in:
59
chat/electron-builder.yml
Normal file
59
chat/electron-builder.yml
Normal file
@@ -0,0 +1,59 @@
|
||||
appId: com.99ai.chat
|
||||
productName: 99AI
|
||||
copyright: Copyright © 2024 vastxie
|
||||
|
||||
directories:
|
||||
buildResources: resources
|
||||
output: release
|
||||
|
||||
files:
|
||||
- dist/**/*
|
||||
- electron/**/*
|
||||
- package.json
|
||||
|
||||
mac:
|
||||
icon: resources/icon.icns
|
||||
category: public.app-category.productivity
|
||||
darkModeSupport: true
|
||||
target:
|
||||
- dmg
|
||||
- zip
|
||||
hardenedRuntime: false
|
||||
gatekeeperAssess: false
|
||||
entitlements: null
|
||||
entitlementsInherit: null
|
||||
artifactName: '${productName}-${version}-${arch}.${ext}'
|
||||
|
||||
dmg:
|
||||
background: resources/background.png
|
||||
icon: resources/icon.icns
|
||||
iconSize: 128
|
||||
contents:
|
||||
- x: 380
|
||||
y: 240
|
||||
type: link
|
||||
path: /Applications
|
||||
- x: 122
|
||||
y: 240
|
||||
type: file
|
||||
|
||||
win:
|
||||
icon: resources/icon.ico
|
||||
target:
|
||||
- nsis
|
||||
- zip
|
||||
artifactName: '${productName}-${version}-${arch}.${ext}'
|
||||
|
||||
linux:
|
||||
icon: resources
|
||||
category: Office
|
||||
target:
|
||||
- AppImage
|
||||
- deb
|
||||
|
||||
nsis:
|
||||
oneClick: false
|
||||
allowToChangeInstallationDirectory: true
|
||||
createDesktopShortcut: true
|
||||
createStartMenuShortcut: true
|
||||
shortcutName: '99AI Chat'
|
||||
Reference in New Issue
Block a user