mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
37 lines
775 B
YAML
37 lines
775 B
YAML
productName: Frappe Books
|
|
appId: io.frappe.books
|
|
afterSign: build/notarize.js
|
|
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:
|
|
category: Finance
|
|
publish:
|
|
- github
|
|
snap:
|
|
publish:
|
|
- github |