2020-01-02 23:06:00 +05:30
|
|
|
productName: Frappe Books
|
|
|
|
appId: io.frappe.books
|
2022-12-15 13:52:52 +05:30
|
|
|
asarUnpack: '**/*.node'
|
2022-05-19 11:26:33 +05:30
|
|
|
extraResources:
|
|
|
|
[
|
|
|
|
{ from: 'log_creds.txt', to: '../creds/log_creds.txt' },
|
|
|
|
{ from: 'translations', to: '../translations' },
|
2023-03-14 12:54:05 +05:30
|
|
|
{ from: 'templates', to: '../templates' },
|
2022-05-19 11:26:33 +05:30
|
|
|
]
|
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
|
2023-02-16 13:47:53 +05:30
|
|
|
notarize:
|
|
|
|
appBundleId: io.frappe.books
|
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.
|
2022-12-13 16:00:21 +05:30
|
|
|
signDlls: true
|
2021-11-22 16:17:41 +05:30
|
|
|
icon: build/icon.ico
|
|
|
|
publish:
|
|
|
|
- github
|
|
|
|
target:
|
|
|
|
- portable
|
|
|
|
- nsis
|
|
|
|
nsis:
|
|
|
|
oneClick: false
|
2022-12-23 12:00:52 +05:30
|
|
|
perMachine: false
|
2021-11-22 16:17:41 +05:30
|
|
|
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
|