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