Added rest of files needed for install.

This commit is contained in:
Asher Baker 2013-05-16 15:19:03 +01:00
parent ed7f9b99f7
commit 43eaf5a79d
2 changed files with 3 additions and 1 deletions

0
accelerator.autoload Normal file
View File

View File

@ -67,12 +67,14 @@ class CopyFile(Command):
shutil.copy(self.fromFile, self.toPath)
folders = [['addons', 'sourcemod', 'extensions']]
folders = [['addons', 'sourcemod', 'extensions'], ['addons', 'sourcemod', 'data', 'dumps']]
#Setup
job.AddCommand(DestroyPath(os.path.join(AMBuild.outputFolder, 'package')))
job.AddCommand(CreateFolders(folders))
job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'accelerator.autoload'), os.path.join('addons', 'sourcemod', 'extensions')))
bincopies = []
def AddNormalLibrary(name, dest):