🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

electron-updater-play-1

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-updater-play-1

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

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
6
-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 13 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts