add Buildtype field, support for debug deploy

This commit is contained in:
2024-12-03 11:18:22 +03:00
parent 7d53e93799
commit 0d3b2ded8e
3 changed files with 22 additions and 13 deletions

View File

@@ -7,5 +7,6 @@
"info": "${_TARGET_INFO}",
"system": "${_TARGET_OS}",
"arch": "${_TARGET_ARCH}",
"buildtype": "${_TARGET_BUILDTYPE}",
"timestamp": "${_TARGET_TIMESTAMP}"
}