mirror of
https://github.com/NaN-tic/tryton-gtk2.git
synced 2023-12-14 03:12:58 +01:00
e16c13efa8
issue5084 issue5085 review28821002
6 lines
177 B
Bash
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
|