mirror of
https://github.com/NaN-tic/tryton-gtk2.git
synced 2023-12-14 03:12:58 +01:00
6c13a9a8b1
issue6116 review29821002
7 lines
209 B
Bash
7 lines
209 B
Bash
#!/bin/sh
|
|
|
|
version=`python setup.py --version`
|
|
python setup.py compile_catalog
|
|
python setup-freeze.py install_exe -d dist
|
|
makensis -DVERSION=${version} setup.nsi
|
|
makensis -DVERSION=${version} setup-single.nsi
|