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.
 
 
 
 
Loëck Vézien 11c0598346
Fix @ledgerhq packages
7 years ago
build Add Linux requirements in README. Add Linux icon. 7 years ago
flow-defs Add new webpack for internals (fork) scripts 7 years ago
scripts Fix build and webpack config 7 years ago
src Fix build and webpack config 7 years ago
webpack Revert webpack fix 7 years ago
.babelrc Fix @ledgerhq packages 7 years ago
.eslintrc Add new webpack for internals (fork) scripts 7 years ago
.flowconfig init 🎉 7 years ago
.gitignore Add simple icons 7 years ago
.prettierrc init 🎉 7 years ago
README.md Add Linux requirements in README. Add Linux icon. 7 years ago
electron-builder.yml Fix build and webpack config 7 years ago
package.json Fix @ledgerhq packages 7 years ago
yarn.lock Fix @ledgerhq packages 7 years ago

README.md

requirements

Linux

libicns
graphicsmagick

install dependencies

yarn

launch development version

yarn start

build, but not package for distribution

yarn dist:dir

build and package everything

yarn dist