3c2f3abe8e
- Now asks the daemon to close, even if it wasn't started by the same app - Improved UX during upgrade process (cancel buttons, final dialog where you approve the update, etc.) - Saves updates in temp directory, closes app and launches the installer |
||
---|---|---|
.. | ||
.travis | ||
dist | ||
js | ||
scss | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
Dangerfile | ||
LICENSE.md | ||
package.json | ||
README.md | ||
watch.sh | ||
webpack.config.js | ||
webpack.dev.config.js |
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
- Run
./watch.sh
(this willnpm install
dependencies)