mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Update thingy
This commit is contained in:
parent
dd7efc17e5
commit
64fed1c6c4
2 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="flashplayer\flash.exe">
|
||||
<None Update="flashplayer\WINDOWS\flash.exe">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
|
|
@ -56,7 +56,7 @@ namespace MPN00BS
|
|||
HorseIsleClientExitCallback = callback;
|
||||
|
||||
clientProcess = new Process();
|
||||
clientProcess.StartInfo.FileName = Path.Combine("flashplayer", "WINDOWS", "flash.exe");
|
||||
clientProcess.StartInfo.FileName = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "WINDOWS", "flash.exe");
|
||||
clientProcess.StartInfo.Arguments = "http://127.0.0.1/horseisle.swf?SERVER=" + serverIp + "&PORT=" + serverPort.ToString();
|
||||
|
||||
clientProcess.StartInfo.RedirectStandardOutput = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue