Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

electron-updater-play-1

this is a play of sample application for the electron-updater project

readme

electron-updater-sample

This is the sample application for the electron-updater project.

This is a personal test of electron-updater and electron-updater-sample. For original code: please visit Justin's original respository https://github.com/EvolveLabs/electron-updater and https://www.npmjs.com/package/electron-updater

Install

Below are steps to run the electron-updater-sample application. For more details on how to integrate the electron-updater into your project see the electron-updater wiki.

Install global dependencies

$ npm install electron-prebuilt -g
$ npm install gulp -g

Get the code

$ git clone git@github.com:evolvelabs/electron-updater-sample.git
$ cd electron-updater-sample
$ npm install

Running

$ electron .

Optionally Deploy app to release directory

$ gulp
$ cd release
$ ./electron