Installer is not automated

Dont notify people that it is.
This commit is contained in:
Jiiks 2015-10-22 08:54:05 +03:00
parent 40a77179f5
commit 2882e9ce27
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ BetterDiscord.prototype.start = function() {
});
self.getUtils().getWebContents().on('dom-ready', function() {
if(_updater.LatestVersion > _version) self.getUtils().execJs('alert("An update for BetterDiscord is available(v'+ _updater.LatestVersion +')! Run the installer or download the latest version from GitHub!")');
if(_updater.LatestVersion > _version) self.getUtils().execJs('alert("An update for BetterDiscord is available(v'+ _updater.LatestVersion +')! Download the latest version from GitHub!")');
//Version var
self.getUtils().execJs('var version = "'+_version+'"');
@ -92,4 +92,4 @@ BetterDiscord.prototype.start = function() {
}
exports.BetterDiscord = BetterDiscord;
exports.BetterDiscord = BetterDiscord;