renamed the output file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-22 03:06:34 +00:00
parent b908d8bf69
commit 1e45356c50

View File

@@ -66,9 +66,9 @@ rem del /sxzy @del-dirs
rm del-files rm del-files
rm del-dirs rm del-dirs
rem *** bundle it all up rem *** bundle it all up TODO: don't hard-code the 2.5
tar cvf ../dist/wxPython-win32-devel-%1.tar wxPython-%1 tar cvf ../dist/wxPython2.5-win32-devel-%1.tar wxPython-%1
gzip -9 ../dist/wxPython-win32-devel-%1.tar gzip -9 ../dist/wxPython2.5-win32-devel-%1.tar
rem *** cleanup rem *** cleanup
cd .. cd ..