mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
c295ba0416
- add telemetry url
46 lines
903 B
YAML
46 lines
903 B
YAML
productName: Frappe Books
|
|
appId: io.frappe.books
|
|
afterSign: build/notarize.js
|
|
extraResources: [
|
|
{
|
|
from: 'log_creds.txt',
|
|
to: '../creds/log_creds.txt',
|
|
}
|
|
]
|
|
mac:
|
|
type: distribution
|
|
category: public.app-category.finance
|
|
icon: build/icon.icns
|
|
hardenedRuntime: true
|
|
gatekeeperAssess: false
|
|
darkModeSupport: false
|
|
entitlements: build/entitlements.mac.plist
|
|
entitlementsInherit: build/entitlements.mac.plist
|
|
publish:
|
|
- github
|
|
win:
|
|
publisherName: Frappe Technologies Pvt. Ltd.
|
|
icon: build/icon.ico
|
|
publish:
|
|
- github
|
|
target:
|
|
- portable
|
|
- nsis
|
|
nsis:
|
|
oneClick: false
|
|
perMachine: true
|
|
allowToChangeInstallationDirectory: true
|
|
installerIcon: build/installericon.ico
|
|
uninstallerIcon: build/uninstallericon.ico
|
|
publish:
|
|
- github
|
|
linux:
|
|
icon: build/icons
|
|
category: Finance
|
|
publish:
|
|
- github
|
|
target:
|
|
- deb
|
|
- AppImage
|
|
- rpm
|