Fix copyfolder to copyfile
This commit is contained in:
parent
d14906b442
commit
50f0483286
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user