From f9855c8f447fe2952c6ed60b0c7dc18a62cc2bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= <45581170+micwoj92@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:03:58 +0200 Subject: [PATCH] Properly capitalize url --- MSEdgeRedirect.au3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSEdgeRedirect.au3 b/MSEdgeRedirect.au3 index 9afe6b2..88d9463 100644 --- a/MSEdgeRedirect.au3 +++ b/MSEdgeRedirect.au3 @@ -312,7 +312,7 @@ Func ProcessCMDLine() InetGet("https://fcofix.org/MSEdgeRedirect/releases/latest/download/MSEdgeRedirect.exe", @ScriptDir & "\MSEdgeRedirect_Latest.exe") _ArrayDelete($CmdLine, 1) Case UBound($CmdLine) > 2 And $CmdLine[2] = "dev" - InetGet("https://nightly.link/rcmaehl/MSEdgeRedirect/workflows/mser/main/mser.zip", @ScriptDir & "\MSEdgeRedirect_dev.zip") + InetGet("https://nightly.link/rcmaehl/MSEdgeRedirect/workflows/MSER/main/mser.zip", @ScriptDir & "\MSEdgeRedirect_dev.zip") _ArrayDelete($CmdLine, "1-2") Case UBound($CmdLine) > 2 And $CmdLine[2] = "release" InetGet("https://fcofix.org/MSEdgeRedirect/releases/latest/download/MSEdgeRedirect.exe", @ScriptDir & "\MSEdgeRedirect_Latest.exe")