From: Filippo Valsorda Date: Fri, 30 Mar 2012 23:27:47 +0000 (+0200) Subject: py2exe -U fix for Windows XP X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=bcfde70d7382463cf1cab61165641c1f16b8c6d8;p=youtube-dl py2exe -U fix for Windows XP --- diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 6e6946fda..b4141b69e 100644 --- a/youtube_dl/__init__.py +++ b/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)