2
0
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:
Jan Laupetin
2025-09-12 23:47:32 +01:00
parent c0245b977e
commit e988d6e4ac

View File

@@ -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"'