1
0
Fork 0

[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
commit e6e6b51214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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(