DeployMacros ADD_MANIFEST feature

small decomposition
This commit is contained in:
2021-08-16 22:29:55 +03:00
parent 949eb0937c
commit b0a87caa11
3 changed files with 310 additions and 249 deletions

9
DeployTarget.manifest.in Normal file
View File

@@ -0,0 +1,9 @@
{
"label": "${_TARGET_LABEL}",
"fullname": "${_TARGET_FULLNAME}",
"version": "${_TARGET_VERSION}",
"company": "${_TARGET_COMPANY}",
"info": "${_TARGET_INFO}",
"system": "${_TARGET_OS}",
"arch": "${_TARGET_ARCH}"
}