thingsSDK / flasher.js

A GUI tool for flashing the Espruino JavaScript runtime on ESP8266 based boards
154 stars 25 forks source link

Create Build Process for Distributing App #16

Closed chalkers closed 8 years ago

chalkers commented 8 years ago

Create a build process for distributing applications.

npm run dist-windows npm run dist-mac npm run dist-linux

craigsdennis commented 8 years ago

Going to attempt to use Electron Builder

chalkers commented 8 years ago

We're using Electron Packager now on branch - packager.

chalkers commented 8 years ago

Have Mac signing working. Have Windows installer working. Next Windows signing (waiting on cert)

chalkers commented 8 years ago

Have linux working now. Also fixed #19 while I was at it :)