X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd83f6184e8873b12adbb43071f8f8762f39f82c..a8cb1a4947bbbf5e18ce52448f4c3bb4cff4daee:/wxPython/distrib/makepreview.bat?ds=sidebyside

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 ..