Fix gamedata folder
This commit is contained in:
parent
50f0483286
commit
380c7167d4
@ -84,8 +84,8 @@ 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(CopyFile([AMBuild.sourceFolder, 'sourcemod', 'gamedata', 'dhooks-test.games.txt'],
|
job.AddCommand(CopyFile(os.path.join(AMBuild.sourceFolder, 'sourcemod', 'gamedata', 'dhooks-test.games.txt'),
|
||||||
['addons', 'sourcemod', 'gamedata']))
|
os.path.join('addons', 'sourcemod', 'gamedata')))
|
||||||
|
|
||||||
bincopies = []
|
bincopies = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user