1
0
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:
sepro
2025-09-07 01:17:02 +02:00
committed by GitHub
parent 7c9b10ebc8
commit e6e6b51214
5 changed files with 4765 additions and 7 deletions

View File

@@ -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(