From 78e84fbec30b856810a4fca994c98a20b9d104c1 Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:40:16 +0000 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index_files/main.js.download b/index_files/main.js.download index 5b79e66..99354a7 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -179,7 +179,7 @@ function commander(cmd) { case "update": addLine("Opening Updater...", "color2", 80); setTimeout(function() { - var url = 'https://asadqi.com/update'; + var url = '/update'; var win = window.open(url, '_self'); if (win) { win.addEventListener('load', function() {