mirror of https://github.com/yt-dlp/yt-dlp.git
py2exe -U fix for Windows XP
This commit is contained in:
parent
53e893615d
commit
bcfde70d73
|
@ -75,7 +75,7 @@ def updateSelf(downloader, filename):
|
||||||
b = open(bat, 'w')
|
b = open(bat, 'w')
|
||||||
|
|
||||||
print >> b, """
|
print >> b, """
|
||||||
timeout /t 5 /nobreak
|
ping 127.0.0.1 -n 5 -w 1000 > NUL
|
||||||
move /Y "%s.new" "%s"
|
move /Y "%s.new" "%s"
|
||||||
del "%s"
|
del "%s"
|
||||||
""" %(exe, exe, bat)
|
""" %(exe, exe, bat)
|
||||||
|
|
Loading…
Reference in New Issue