mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
eda3bb7576
- move .template.html files out of fixtures
49 lines
1.0 KiB
YAML
49 lines
1.0 KiB
YAML
productName: Frappe Books
|
|
appId: io.frappe.books
|
|
asarUnpack: '**/*.node'
|
|
extraResources:
|
|
[
|
|
{ from: 'log_creds.txt', to: '../creds/log_creds.txt' },
|
|
{ from: 'translations', to: '../translations' },
|
|
{ from: 'translations', to: '../translations' },
|
|
]
|
|
mac:
|
|
type: distribution
|
|
category: public.app-category.finance
|
|
icon: build/icon.icns
|
|
notarize:
|
|
appBundleId: io.frappe.books
|
|
hardenedRuntime: true
|
|
gatekeeperAssess: false
|
|
darkModeSupport: false
|
|
entitlements: build/entitlements.mac.plist
|
|
entitlementsInherit: build/entitlements.mac.plist
|
|
publish:
|
|
- github
|
|
win:
|
|
publisherName: Frappe Technologies Pvt. Ltd.
|
|
signDlls: true
|
|
icon: build/icon.ico
|
|
publish:
|
|
- github
|
|
target:
|
|
- portable
|
|
- nsis
|
|
nsis:
|
|
oneClick: false
|
|
perMachine: false
|
|
allowToChangeInstallationDirectory: true
|
|
installerIcon: build/installericon.ico
|
|
uninstallerIcon: build/uninstallericon.ico
|
|
publish:
|
|
- github
|
|
linux:
|
|
icon: build/icons
|
|
category: Finance
|
|
publish:
|
|
- github
|
|
target:
|
|
- deb
|
|
- AppImage
|
|
- rpm
|