absorb updater.js into the Platforms, gets rid of pointless setInterval in Electron

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

(cherry picked from commit 24e8a30)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-06-03 12:50:47 +01:00
parent 24a5297fc8
commit 0e6012ad45
4 changed files with 17 additions and 33 deletions

View File

@@ -74,6 +74,12 @@ export default class VectorBasePlatform extends BasePlatform {
this._updateFavicon();
}
/**
* Begin update polling, if applicable
*/
startUpdater() {
}
/**
* Check for the availability of an update to the version of the
* app that's currently running.