]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makepreview.bat
remove redundant GdkBitmap representation from wxBitmap
[wxWidgets.git] / wxPython / distrib / makepreview.bat
index 28dd5428cb766452b663bfde0dbba38aa6774a79..20736851dd9ce96c8d9fbd2af8e322d81870f803 100755 (executable)
@@ -41,7 +41,8 @@ cd ..
 rem *** bundle it all up
 cd _distrib_zip
 tar cvf ../dist/wxPythonWIN32-preview-%1.tar wxPython-%1
-gzip -9 ../dist/wxPythonWIN32-preview-%1.tar
+bzip2 -9 ../dist/wxPythonWIN32-preview-%1.tar
+mv ../dist/wxPythonWIN32-preview-%1.tar.gz ../dist/wxPythonWIN32-preview-%1.tgz
 
 rem *** cleanup
 cd ..