add timestamp to manifest

This commit is contained in:
2021-08-17 18:18:33 +03:00
parent a558af3800
commit 982887bb98
2 changed files with 3 additions and 1 deletions

View File

@@ -5,5 +5,6 @@
"company": "${_TARGET_COMPANY}",
"info": "${_TARGET_INFO}",
"system": "${_TARGET_OS}",
"arch": "${_TARGET_ARCH}"
"arch": "${_TARGET_ARCH}",
"timestamp": "${_TARGET_TIMESTAMP}"
}