with git archive
command, I can insert text in the source, example: if the code have the string
# $Format:%cd$
the string is replaced by the commit date.
with pyinstaller and spec file, I can make come similar ? (update strings in building process)
Maybe a solution is a make file with the
but, I try search a direct solution with pyinstaller.