From b20fa11911df636a010484ef93ea401f8dad7291 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 2 Aug 2007 00:28:32 +0000 Subject: [PATCH] fixed little bug in build tool --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401255 --- tools/builder/PkgCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index 106b9a20..8a8e7396 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -52,7 +52,7 @@ namespace builder */ public override void OnCopyFiles(ABuilder builder) { - builder.CopyFile(this, "sourcepawn/batchtool/compile.exe", "addons/sourcemod/scripting"); + builder.CopyFile(this, "sourcepawn/batchtool/compile.exe", "addons/sourcemod/scripting/compile.exe"); } /**