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:
@@ -60,6 +60,7 @@ function Raw:project()
|
|||||||
}
|
}
|
||||||
buildcommands {
|
buildcommands {
|
||||||
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('RawTemplater') .. '"'
|
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('RawTemplater') .. '"'
|
||||||
|
.. " --no-color"
|
||||||
.. " -o %{cfg.targetdir}/build/raw/%{file.reldirectory}"
|
.. " -o %{cfg.targetdir}/build/raw/%{file.reldirectory}"
|
||||||
.. " --build-log \"%{prj.location}/build/%{file.relpath}.log\""
|
.. " --build-log \"%{prj.location}/build/%{file.relpath}.log\""
|
||||||
.. " %{file.relpath}"
|
.. " %{file.relpath}"
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ function useSourceTemplating(projectName)
|
|||||||
}
|
}
|
||||||
buildcommands {
|
buildcommands {
|
||||||
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('RawTemplater') .. '"'
|
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('RawTemplater') .. '"'
|
||||||
|
.. ' --no-color'
|
||||||
.. ' -o "%{prj.location}/"'
|
.. ' -o "%{prj.location}/"'
|
||||||
.. " %{file.relpath}"
|
.. " %{file.relpath}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user