aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-06-03 21:29:03 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-06-03 21:45:35 +0530
commit1890fc6389393ffaa05fa27bd47717f4d862404f (patch)
treeeccbba9c05ba3032d217948ba93e529ca764f7af /pyinst.py
parentc4910024f3dbb9798554f02d935d0b0604f51182 (diff)
downloadhypervideo-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index de3504b35..292f5d719 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -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)