Skip to content

Commit 8eaabfd

Browse files
committed
#543 Correct Application Reference for _SafeRun()
1 parent ed1ba71 commit 8eaabfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MSEdgeRedirect.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Func ActiveMode(ByRef $aCMDLine)
6363

6464
$aCMDLine = FixTreeIntegrity($aCMDLine)
6565
CheckEdgeIntegrity($aCMDLine[1])
66-
$aCMDLine[1] = StringReplace($aCMDLine[1], "msedge.exe", "msedge_IFEO.exe")
66+
$aCMDLine[1] = StringReplace($aCMDLine[1], "msedge.exe", "IFEO\msedge.exe")
6767

6868
Select
6969
Case $aCMDLine[0] = 1 ; No Parameters

0 commit comments

Comments
 (0)