mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-04 16:45:16 +00:00
[docs] Clarify license of PyInstaller-bundled executables (#14257)
Closes #348 Authored by: seproDev
This commit is contained in:
@@ -129,7 +129,6 @@ def windows_set_version(exe, version):
|
||||
StringStruct('FileDescription', 'yt-dlp%s' % (MACHINE and f' ({MACHINE})')),
|
||||
StringStruct('FileVersion', version),
|
||||
StringStruct('InternalName', f'yt-dlp{suffix}'),
|
||||
StringStruct('LegalCopyright', 'pukkandan.ytdlp@gmail.com | UNLICENSE'),
|
||||
StringStruct('OriginalFilename', f'yt-dlp{suffix}.exe'),
|
||||
StringStruct('ProductName', f'yt-dlp{suffix}'),
|
||||
StringStruct(
|
||||
|
||||
Reference in New Issue
Block a user