tryton-gtk2/make-win32-installer.sh
C?dric Krier e16c13efa8 Replace py2exe and py2app by cx_Freeze
issue5084
issue5085
review28821002
2016-10-02 14:58:47 +02:00

6 lines
177 B
Bash

#!/bin/sh
version=`python setup.py --version`
python setup-freeze.py install_exe -d dist
makensis -DVERSION=${version} setup.nsi
makensis -DVERSION=${version} setup-single.nsi