aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index 8f24fdaf6..0d8ff73c3 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -58,7 +58,9 @@ VERSION_FILE = VSVersionInfo(
),
StringStruct('OriginalFilename', 'yt-dlp%s.exe' % _x86),
StringStruct('ProductName', 'yt-dlp%s' % _x86),
- StringStruct('ProductVersion', '%s%s' % (VERSION, _x86)),
+ StringStruct(
+ 'ProductVersion',
+ '%s%s on Python %s' % (VERSION, _x86, platform.python_version())),
])]),
VarFileInfo([VarStruct('Translation', [0, 1200])])
]