diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-03 21:29:03 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-03 21:45:35 +0530 |
commit | 1890fc6389393ffaa05fa27bd47717f4d862404f (patch) | |
tree | eccbba9c05ba3032d217948ba93e529ca764f7af /pyinst.py | |
parent | c4910024f3dbb9798554f02d935d0b0604f51182 (diff) | |
download | hypervideo-pre-1890fc6389393ffaa05fa27bd47717f4d862404f.tar.lz hypervideo-pre-1890fc6389393ffaa05fa27bd47717f4d862404f.tar.xz hypervideo-pre-1890fc6389393ffaa05fa27bd47717f4d862404f.zip |
[cleanup] Misc fixes
Cherry-picks from: #3498, #3947
Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836
Authored by: pukkandan, flashdagger, gamer191
Diffstat (limited to 'pyinst.py')
-rw-r--r-- | pyinst.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ def pycryptodome_module(): def set_version_info(exe, version): - if OS_NAME == 'Windows': + if OS_NAME == 'win32': windows_set_version(exe, version) |