Added rest of files needed for install.
This commit is contained in:
parent
ed7f9b99f7
commit
43eaf5a79d
0
accelerator.autoload
Normal file
0
accelerator.autoload
Normal file
@ -67,12 +67,14 @@ class CopyFile(Command):
|
|||||||
shutil.copy(self.fromFile, self.toPath)
|
shutil.copy(self.fromFile, self.toPath)
|
||||||
|
|
||||||
|
|
||||||
folders = [['addons', 'sourcemod', 'extensions']]
|
folders = [['addons', 'sourcemod', 'extensions'], ['addons', 'sourcemod', 'data', 'dumps']]
|
||||||
|
|
||||||
#Setup
|
#Setup
|
||||||
job.AddCommand(DestroyPath(os.path.join(AMBuild.outputFolder, 'package')))
|
job.AddCommand(DestroyPath(os.path.join(AMBuild.outputFolder, 'package')))
|
||||||
job.AddCommand(CreateFolders(folders))
|
job.AddCommand(CreateFolders(folders))
|
||||||
|
|
||||||
|
job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'accelerator.autoload'), os.path.join('addons', 'sourcemod', 'extensions')))
|
||||||
|
|
||||||
bincopies = []
|
bincopies = []
|
||||||
|
|
||||||
def AddNormalLibrary(name, dest):
|
def AddNormalLibrary(name, dest):
|
||||||
|
Loading…
Reference in New Issue
Block a user