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'),
|
job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'sourcemod', 'scripting', 'dhooks-test.sp'),
|
||||||
os.path.join('addons', 'sourcemod', 'scripting')))
|
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']))
|
['addons', 'sourcemod', 'gamedata']))
|
||||||
|
|
||||||
bincopies = []
|
bincopies = []
|
||||||
|
Loading…
Reference in New Issue
Block a user