diff --git a/support/buildbot/PackageScript b/support/buildbot/PackageScript index 7f35d19..37a12c2 100644 --- a/support/buildbot/PackageScript +++ b/support/buildbot/PackageScript @@ -73,7 +73,9 @@ folders = [['addons', 'metamod', 'bin']] job.AddCommand(DestroyPath(os.path.join(AMBuild.outputFolder, 'package'))) job.AddCommand(CreateFolders(folders)) -#Copiy Files +#Copy Files +job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'support', 'metamod.vdf'), + os.path.join('addons'))) job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'support', 'metaplugins.ini'), os.path.join('addons', 'metamod'))) job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'support', 'README.txt'), diff --git a/support/metamod.vdf b/support/metamod.vdf new file mode 100644 index 0000000..5a8da1c --- /dev/null +++ b/support/metamod.vdf @@ -0,0 +1,5 @@ +"Plugin" +{ + "file" "addons/metamod/bin/server" +} +