mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[pyinst] Show Python version in EXE metadata (#384)
Authored by: nihil-admirari
This commit is contained in:
		| @@ -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])]) | ||||
|     ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nil Admirari
					Nil Admirari