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.
80 lines
2.7 KiB
80 lines
2.7 KiB
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:
|
|
# Include files
|
|
- dist/internals
|
|
|
|
# Exclude files
|
|
- "!node_modules/**/{CONTRIBUTORS,License,CNAME,AUTHOR,TODO,CONTRIBUTING,COPYING,INSTALL,NEWS,PORTING,Makefile,htdocs,CHANGELOG,ChangeLog,changelog,README,Readme,readme,test,sample,example,demo,composer.json,tsconfig.json,jsdoc.json,tslint.json,typings.json,gulpfile,bower.json,package-lock,Gruntfile,CMakeLists,karma.conf,yarn.lock}*"
|
|
- "!node_modules/**/{man,flow-typed,benchmark,node_modules,spec,cmake,browser,vagrant,doxy*,bin,obj,obj.target,example,examples,test,tests,doc,docs,msvc,Xcode,CVS,RCS,SCCS}{,/**/*}"
|
|
- "!node_modules/**/*.{conf,png,pc,coffee,txt,spec.js,ts,js.flow,html,def,jst,xml,ico,in,ac,sln,dsp,dsw,cmd,vcproj,vcxproj,vcxproj.filters,pdb,exp,obj,lib,map,md,sh,gypi,gyp,h,cpp,yml,log,tlog,Makefile,mk,c,cc,rc,xcodeproj,xcconfig,d.ts,yaml,hpp}"
|
|
|
|
# Exclude modules
|
|
- "!node_modules/7zip-bin-{mac,linux,win}{,/**/*}"
|
|
- "!node_modules/7zip-bin{,/**/*}"
|
|
- "!node_modules/app-builder-bin-{mac,linux,win}{,/**/*}"
|
|
- "!node_modules/app-builder-bin{,/**/*}"
|
|
- "!node_modules/app-builder-util{,/**/*}"
|
|
- "!node_modules/axios/dist{,/**/*}"
|
|
- "!node_modules/builder-util{,/**/*}"
|
|
- "!node_modules/dmg-builder{,/**/*}"
|
|
- "!node_modules/downshift/preact{,/**/*}"
|
|
- "!node_modules/electron-builder-lib{,/**/*}"
|
|
- "!node_modules/electron-builder{,/**/*}"
|
|
- "!node_modules/electron-rebuild{,/**/*}"
|
|
- "!node_modules/electron{,/**/*}"
|
|
- "!node_modules/fuse.js/src{,/**/*}"
|
|
- "!node_modules/jsqr/test-data{,/**/*}"
|
|
- "!node_modules/ledger-test-library/deps/{djinni,gyp}{,/**/*}"
|
|
- "!node_modules/lodash-es{,/**/*}"
|
|
- "!node_modules/moment/src{,/**/*}"
|
|
- "!node_modules/node-gyp{,/**/*}"
|
|
- "!node_modules/opencollective{,/**/*}"
|
|
- "!node_modules/raven-js/dist{,/**/*}"
|
|
- "!node_modules/rxjs{,/**/*}"
|
|
- "!node_modules/styled-components/src{,/**/*}"
|
|
- "!node_modules/victory-chart/{es,dist,src}{,/**/*}"
|
|
- "!node_modules/victory-core/{es,dist,src}{,/**/*}"
|
|
- "!node_modules/victory-pie{,/**/*}"
|
|
- "!node_modules/victory{,/**/*}"
|
|
|