update windows script build and setup.exe generation

installer.iss use now relative paths instead of absolute.
the generated setup include all needed dll and python files.
This commit is contained in:
dblugeon 2013-07-03 18:15:37 +02:00
parent dc908a35b3
commit 8cd73ac378
2 changed files with 11 additions and 8 deletions

View file

@ -9,4 +9,5 @@ Copy-Item msvcp90.dll bungloo
cd bungloo
python setup.py py2exe
cd ..
iscc.exe "installer.iss"
rm bungloo