mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Oops, guess I forgot to fix this path
This commit is contained in:
parent
ab53914351
commit
bb641688ee
Binary file not shown.
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user