You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
814 B
47 lines
814 B
appId: com.ledger.desktop
|
|
|
|
buildDependenciesFromSource: true
|
|
|
|
protocols:
|
|
name: Ledger Wallet Desktop
|
|
schemes:
|
|
- ledgerhq
|
|
|
|
mac:
|
|
artifactName: ${name}-${version}-${os}.${ext}
|
|
category: public.app-category.wallet
|
|
target:
|
|
- dmg
|
|
- zip
|
|
|
|
linux:
|
|
artifactName: ${name}-${version}-${os}-${arch}.${ext}
|
|
target:
|
|
- target: AppImage
|
|
arch:
|
|
- x64
|
|
- target: tar.gz
|
|
arch:
|
|
- x64
|
|
|
|
win:
|
|
artifactName: ${name}-${version}-${os}-${arch}.${ext}
|
|
target:
|
|
- target: nsis
|
|
arch:
|
|
- x64
|
|
- ia32
|
|
- target: zip
|
|
arch:
|
|
- x64
|
|
- ia32
|
|
|
|
nsis:
|
|
oneClick: false
|
|
perMachine: true
|
|
allowToChangeInstallationDirectory: true
|
|
|
|
files:
|
|
- dist/internals
|
|
- "!node_modules/jsqr/test-data${/*}"
|
|
- "!node_modules/recharts/node_modules${/*}"
|
|
|