X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd83f6184e8873b12adbb43071f8f8762f39f82c..fdde476d53dcdb03bebd8ead8cea2c377fc3567d:/wxPython/distrib/makepreview.bat?ds=inline 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 ..