electron-builder

v6.5.0
Complete solution to build ready for distribution and 'auto update' Electron App installers
electron builder build installer install packager pack nsis appdmg and 10 more...

//

Update wiki if docs changed. Update only if functionalily are generally available (latest release, not next)

lint

tslint 'src/**/*.ts' 'test/src/**/*.ts'

test

node ./test/out/helpers/runTests.js

compile

npm run compile-production && npm run compile-test && npm run compile-updater

pretest

npm run compile && npm run lint

whitespace

whitespace 'src/**/*.ts'

update-wiki

git subtree split -b wiki --prefix docs/ && git push -f wiki wiki:master

compile-test

ts-babel test

docker-images

docker/build.sh

compile-updater

tsc -p nsis-auto-updater

semantic-release

semantic-release pre && cd nsis-auto-updater && npm install --production && npm prune && cd .. && npm publish && semantic-release post

compile-production

ts-babel

Metadata

  • MIT
  • >=0.4.0
  • Stefan Judis
  • released 9/7/2016

Downloads