electron-builder

v10.15.0
A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box
electron builder build installer install packager pack nsis app and 10 more...

//

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

lint

node ./test/lint.js

test

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

compile

ts-babel . nsis-auto-updater test

pretest

node ./test/vendor/yarn.js run compile && node ./test/vendor/yarn.js run lint

check-deps

node ./test/out/helpers/checkDeps.js

test-linux

docker run --rm -ti -v ${PWD}:/project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/.electron:/root/.electron electronuserland/electron-builder:wine /test.sh

whitespace

whitespace 'src/**/*.ts'

update-wiki

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

pack-updater

cd nsis-auto-updater && node ./test/vendor/yarn.js --production && cd ..

docker-images

docker/build.sh

test-deps-mac

brew install rpm dpkg mono lzip gnu-tar graphicsmagick xz && brew install wine --without-x11

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • >=0.4.0
  • Stefan Judis
  • released 12/28/2016

Downloads