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.
 
 
 
 
Meriadec Pillet a0e9350681
Merge pull request #13 from loeck/next
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 Fix build and webpack config 7 years ago
.babelrc Fix build and webpack config 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 build and webpack config 7 years ago
yarn.lock Fix build and webpack config 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