2020-01-02 17:36:00 +00:00
|
|
|
productName: Frappe Books
|
|
|
|
appId: io.frappe.books
|
2019-12-24 10:14:28 +00:00
|
|
|
afterSign: build/notarize.js
|
2022-05-19 05:56:33 +00:00
|
|
|
extraResources:
|
|
|
|
[
|
|
|
|
{ from: 'log_creds.txt', to: '../creds/log_creds.txt' },
|
|
|
|
{ from: 'translations', to: '../translations' },
|
|
|
|
]
|
2019-12-24 10:14:28 +00:00
|
|
|
mac:
|
2021-11-22 10:47:41 +00:00
|
|
|
type: distribution
|
|
|
|
category: public.app-category.finance
|
|
|
|
icon: build/icon.icns
|
2019-12-24 10:14:28 +00:00
|
|
|
hardenedRuntime: true
|
|
|
|
gatekeeperAssess: false
|
2021-11-22 10:47:41 +00:00
|
|
|
darkModeSupport: false
|
2019-12-24 10:14:28 +00:00
|
|
|
entitlements: build/entitlements.mac.plist
|
|
|
|
entitlementsInherit: build/entitlements.mac.plist
|
2021-11-22 10:47:41 +00:00
|
|
|
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:
|
2021-12-07 13:10:06 +00:00
|
|
|
icon: build/icons
|
2021-11-22 10:47:41 +00:00
|
|
|
category: Finance
|
|
|
|
publish:
|
|
|
|
- github
|
2021-11-23 13:04:50 +00:00
|
|
|
target:
|
|
|
|
- deb
|
|
|
|
- AppImage
|
2022-01-28 12:38:01 +00:00
|
|
|
- rpm
|