Commit Graph

9 Commits (2d292a35825f3ca745619b1917a3f9d615065e7c)

Author SHA1 Message Date
Audric Ackermann 0dfa3e35cc refactor main_node.js to TS
Audric Ackermann 38774a9344 moved a bunch of node files to typescript
Audric Ackermann 89757a95a6
use readyForUpdates to trigger update from renderer
this is used to only start the updater once the fileserver returned use
the latest release
Audric Ackermann 234e9b160e
Make sure updater do not hit github before checking fileserver
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100
Mikunj 229f289d12 Fix auto update not running correctly
Mikunj d10a8f0a6f Added setting to disable checking for auto updates.
Ryan Tharp 178d788dca Enable auto-updating using electron-updater
Scott Nonnenberg c8ea2e9463 Download and install updates without the help of electron-updater