Oops, guess I forgot to fix this path

This commit is contained in:
Scott Ehlert 2007-03-13 20:22:47 +00:00
parent ab53914351
commit bb641688ee
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public override sealed bool CopyExtraFiles(ABuilder ab, string basedir, string s
if ((int)System.Environment.OSVersion.Platform == 128) if ((int)System.Environment.OSVersion.Platform == 128)
{ {
} else { } else {
File.Copy(source + "\\dlls\\csx\\WinCSX\\Release\\WinCSX.exe", File.Copy(source + "\\dlls\\cstrike\\csx\\WinCSX\\Release\\WinCSX.exe",
basedir + "\\data\\WinCSX.exe", basedir + "\\data\\WinCSX.exe",
true); true);
} }