Browse Source

py2exe -U fix for Windows XP

master
Filippo Valsorda 12 years ago
parent
commit
bcfde70d73
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/__init__.py

2
youtube_dl/__init__.py

@ -75,7 +75,7 @@ def updateSelf(downloader, filename):
b = open(bat, 'w')
print >> b, """
timeout /t 5 /nobreak
ping 127.0.0.1 -n 5 -w 1000 > NUL
move /Y "%s.new" "%s"
del "%s"
""" %(exe, exe, bat)

Loading…
Cancel
Save