diff --git a/buildbot/PackageScript b/buildbot/PackageScript index 5c6cd9a..c70d5a6 100644 --- a/buildbot/PackageScript +++ b/buildbot/PackageScript @@ -84,7 +84,7 @@ job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'sourcemod', 'scripti job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'sourcemod', 'scripting', 'dhooks-test.sp'), os.path.join('addons', 'sourcemod', 'scripting'))) -job.AddCommand(CopyFolder([AMBuild.sourceFolder, 'sourcemod', 'gamedata', 'dhooks-test.games.txt'], +job.AddCommand(CopyFile([AMBuild.sourceFolder, 'sourcemod', 'gamedata', 'dhooks-test.games.txt'], ['addons', 'sourcemod', 'gamedata'])) bincopies = []