X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd83f6184e8873b12adbb43071f8f8762f39f82c..b843b628c9f936d6a87ca1e9b91e88a4604270c4:/wxPython/distrib/makepreview.bat diff --git a/wxPython/distrib/makepreview.bat b/wxPython/distrib/makepreview.bat index 28dd5428cb..dbd4f610f2 100755 --- a/wxPython/distrib/makepreview.bat +++ b/wxPython/distrib/makepreview.bat @@ -42,6 +42,7 @@ rem *** bundle it all up cd _distrib_zip tar cvf ../dist/wxPythonWIN32-preview-%1.tar wxPython-%1 gzip -9 ../dist/wxPythonWIN32-preview-%1.tar +mv ../dist/wxPythonWIN32-preview-%1.tar.gz ../dist/wxPythonWIN32-preview-%1.tgz rem *** cleanup cd ..