Skip to content

Commit

Permalink
Properly capitalize url
Browse files Browse the repository at this point in the history
  • Loading branch information
micwoj92 authored Sep 7, 2024
1 parent 215dea5 commit f9855c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSEdgeRedirect.au3
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f9855c8

Please sign in to comment.