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:
parent
dc908a35b3
commit
8cd73ac378
2 changed files with 11 additions and 8 deletions
|
@ -9,4 +9,5 @@ Copy-Item msvcp90.dll bungloo
|
|||
cd bungloo
|
||||
python setup.py py2exe
|
||||
cd ..
|
||||
iscc.exe "installer.iss"
|
||||
rm bungloo
|
Reference in a new issue