mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-16 05:27:26 +00:00
chore: disable color output in ZoneCode generation process
This commit is contained in:
@@ -305,6 +305,7 @@ function ZoneCode:project()
|
|||||||
buildmessage "Generating ZoneCode for game %{file.basename}"
|
buildmessage "Generating ZoneCode for game %{file.basename}"
|
||||||
buildcommands {
|
buildcommands {
|
||||||
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('ZoneCodeGenerator') .. '"'
|
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('ZoneCodeGenerator') .. '"'
|
||||||
|
.. ' --no-color'
|
||||||
.. ' -h "' .. path.join(path.getabsolute(ProjectFolder()), 'ZoneCode/Game/%{file.basename}/%{file.basename}_ZoneCode.h') .. '"'
|
.. ' -h "' .. path.join(path.getabsolute(ProjectFolder()), 'ZoneCode/Game/%{file.basename}/%{file.basename}_ZoneCode.h') .. '"'
|
||||||
.. ' -c "' .. path.join(path.getabsolute(ProjectFolder()), 'ZoneCode/Game/%{file.basename}/%{file.basename}_Commands.txt') .. '"'
|
.. ' -c "' .. path.join(path.getabsolute(ProjectFolder()), 'ZoneCode/Game/%{file.basename}/%{file.basename}_Commands.txt') .. '"'
|
||||||
.. ' -o "%{wks.location}/src/ZoneCode/Game/%{file.basename}/XAssets"'
|
.. ' -o "%{wks.location}/src/ZoneCode/Game/%{file.basename}/XAssets"'
|
||||||
|
Reference in New Issue
Block a user