2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00
books/electron-builder.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
1.0 KiB
YAML
Raw Normal View History

2020-01-02 17:36:00 +00:00
productName: Frappe Books
appId: io.frappe.books
asarUnpack: '**/*.node'
extraResources:
[
{ from: 'log_creds.txt', to: '../creds/log_creds.txt' },
{ from: 'translations', to: '../translations' },
{ from: 'templates', to: '../templates' },
]
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.
2022-12-13 10:30:21 +00:00
signDlls: true
icon: build/icon.ico
publish:
- github
target:
- portable
- nsis
nsis:
oneClick: false
2022-12-23 06:30:52 +00:00
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