Easily run gulp tasks from the tray menu and get notified when it's finished.
Forked from sindresorhus/gulp-app to support Windows as well as OSX.
Electron is cached at ~/.electron
or %USERPROFILE%\.electron
folder on Windows.
Download the right version from http://electron.atom.io and place the zip at the cache folder.
Add it to the PATH.
$ cd ./gulp-app
$ electron ./app
$ npm i -g electron-packager
$ ls ~/.electron # to see the versions you own
$ dir %USERPROFILE%\.electron # or on Windows
$ cd ./gulp-app
$ electron-packager ./app Gulp --cache=%USERPROFILE%\.electron --platform=win32 --arch=x64 --version=0.31.0 # specify the flags you need
MIT © Sindre Sorhus