2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 13:12:06 +00:00

chore: only call RawTemplater with --no-color arg

This commit is contained in:
Jan Laupetin
2025-10-30 22:04:42 +01:00
parent 708ef1ae66
commit 89290d53af
2 changed files with 2 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ function Raw:project()
}
buildcommands {
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('RawTemplater') .. '"'
.. " --no-color"
.. " -o %{cfg.targetdir}/build/raw/%{file.reldirectory}"
.. " --build-log \"%{prj.location}/build/%{file.relpath}.log\""
.. " %{file.relpath}"

View File

@@ -37,6 +37,7 @@ function useSourceTemplating(projectName)
}
buildcommands {
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('RawTemplater') .. '"'
.. ' --no-color'
.. ' -o "%{prj.location}/"'
.. " %{file.relpath}"
}