Fixed another build tool regression.
This commit is contained in:
parent
81af863496
commit
10ff8c11fd
|
@ -34,7 +34,7 @@ private void AddPlugins()
|
||||||
public override sealed bool CopyExtraFiles(ABuilder ab, string basedir, string source)
|
public override sealed bool CopyExtraFiles(ABuilder ab, string basedir, string source)
|
||||||
{
|
{
|
||||||
|
|
||||||
if ((int)System.Environment.OSVersion.Platform == 128)
|
if (System.Environment.OSVersion.Platform == System.PlatformID.Unix)
|
||||||
{
|
{
|
||||||
} else {
|
} else {
|
||||||
File.Copy(source + "\\dlls\\cstrike\\csx\\WinCSX\\msvc8\\Release\\WinCSX.exe",
|
File.Copy(source + "\\dlls\\cstrike\\csx\\WinCSX\\msvc8\\Release\\WinCSX.exe",
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user