Update main.js.download
This commit is contained in:
parent
8327e18f09
commit
78e84fbec3
|
@ -179,7 +179,7 @@ function commander(cmd) {
|
||||||
case "update":
|
case "update":
|
||||||
addLine("Opening Updater...", "color2", 80);
|
addLine("Opening Updater...", "color2", 80);
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
var url = 'https://asadqi.com/update';
|
var url = '/update';
|
||||||
var win = window.open(url, '_self');
|
var win = window.open(url, '_self');
|
||||||
if (win) {
|
if (win) {
|
||||||
win.addEventListener('load', function() {
|
win.addEventListener('load', function() {
|
||||||
|
|
Loading…
Reference in New Issue