| 1 | = How To Update cygwin-downloader = |
| 2 | |
| 3 | == Prerequisites == |
| 4 | * [http://python.org/download/ Python 2.5 for Windows] (must be installed in `C:\Python25`) |
| 5 | * [http://sourceforge.net/project/showfiles.php?group_id=15583 py2exe] (Be sure to get the Python 2.5 version) |
| 6 | |
| 7 | == Procedure == |
| 8 | {{{ |
| 9 | cd WebKit/WebKitTools/CygwinDownloader |
| 10 | vi cygwin-downloader.py |
| 11 | ./make-zip.sh |
| 12 | }}} |
| 13 | |
| 14 | This will update `cygwin-downloader.zip` based off the current `cygwin-downloader.py`. |
| 15 | |
| 16 | Now just check it in to Subversion and it will be automatically updated on the website. |