Update main.js.download

This commit is contained in:
Adil Sadqi 2023-04-05 16:40:16 +00:00 committed by GitHub
parent 8327e18f09
commit 78e84fbec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() {