Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
samfisherirl authored Nov 7, 2023
1 parent e79317d commit ab47cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion required/AutoGUI.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ Open(Files := "", Flag := 0) {
warn := "#Warn All, Off`n"
; Backup a copy of the file before saving
FileAppend, %warn%%SciText%, %FullPath%
runcmd := A_ScriptDir "\AutoHotKey Exe\AutoHotkeyV2.exe " FullPath
runcmd := """" A_ScriptDir . "\AutoHotKey Exe\AutoHotkeyV2.exe\" """" " " . """" . FullPath """"
Run, %runcmd%, %A_ScriptDir%
}

Expand Down

0 comments on commit ab47cd2

Please sign in to comment.