MediaComplete / Media-Electron

A new experimental UI platform
MIT License
2 stars 0 forks source link

Automatic Updates #3

Open tevert opened 8 years ago

tevert commented 8 years ago

Figure out how to provide automatic updates. Updates should be posted/published by the Travis build if at all possible.

tevert commented 8 years ago

Useful overview: https://stackoverflow.com/questions/34130750/auto-updates-to-electron

tevert commented 8 years ago

Ideally, we want to use the handy-dandy NPM electron-squirrel plugin that should handle all the additional packaging we need.

However, this plugin wants us to have built using electron-packager, which hangs when I try to use it. I've logged an issue for it against the underlying library's repo: https://github.com/maxogden/electron-packager/issues/246

tevert commented 8 years ago

Issue solved - we were missing a parameter to the command. See the squirrel directory in our S3 for the output update packages.