YouTubeDownloader v1.1.2
YouTube content downloader
|
Utility script to generate a python file containing the git short SHA as a variable for the executable. More...
Go to the source code of this file.
Namespaces | |
namespace | Executable |
namespace | Executable.generate_git_version |
Functions | |
None | generate_git_version_file (str s_workpath) |
Generate git version file. | |
Variables | |
str | FILE_HEADER |
str | GIT_VERSION_FILE_NAME = "git_version.py" |
log = logging.getLogger("GenerateGitVersion") | |
workpath = sys.argv[1] | |
Utility script to generate a python file containing the git short SHA as a variable for the executable.
Called within the build process (generate_executable.py).
Definition in file generate_git_version.py.