Move batchtool out of sourcepawn.
This commit is contained in:
parent
d459ebee41
commit
c81e7e3410
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
@ -465,6 +465,6 @@ CopyFiles('plugins/playercommands', 'addons/sourcemod/scripting/playercommands',
|
|||||||
)
|
)
|
||||||
|
|
||||||
if builder.target_platform == 'windows':
|
if builder.target_platform == 'windows':
|
||||||
CopyFiles('sourcepawn/batchtool', 'addons/sourcemod/scripting', ['compile.exe'])
|
CopyFiles('tools/batchtool', 'addons/sourcemod/scripting', ['compile.exe'])
|
||||||
else:
|
else:
|
||||||
CopyFiles('plugins', 'addons/sourcemod/scripting', ['compile.sh'])
|
CopyFiles('plugins', 'addons/sourcemod/scripting', ['compile.sh'])
|
||||||
|
Loading…
Reference in New Issue
Block a user