##// END OF EJS Templates
Minor fix to naming, apparently something changed in distutils...
Fernando Perez -
Show More
@@ -39,4 +39,4 b" c('python2.6 ./setupegg.py bdist_egg')"
39 c("python setup.py bdist_wininst --install-script=ipython_win_post_install.py")
39 c("python setup.py bdist_wininst --install-script=ipython_win_post_install.py")
40
40
41 # Change name so retarded Vista runs the installer correctly
41 # Change name so retarded Vista runs the installer correctly
42 c("rename 's/win32/win32-setup/' dist/*.exe")
42 c("rename 's/linux-i686/win32-setup/' dist/*.exe")
General Comments 0
You need to be logged in to leave comments. Login now