mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
fix iw5-mod not launching without admin
This commit is contained in:
@@ -14,7 +14,8 @@ Module Program
|
||||
wc.DownloadFile(master & remote_path & filename, filename)
|
||||
End Using
|
||||
Console.WriteLine("Starting " & game)
|
||||
Process.Start(filename)
|
||||
Dim p As Process = Process.Start(filename)
|
||||
p.WaitForExit()
|
||||
End
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user