2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +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 23:06:00 +05:30
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 16:00:21 +05:30
signDlls: true
icon: build/icon.ico
publish:
- github
target:
- portable
- nsis
nsis:
oneClick: false
2022-12-23 12:00:52 +05:30
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