more windows py2exe fixes
This commit is contained in:
parent
b57395a585
commit
e38546cb2a
5 changed files with 16 additions and 10 deletions
|
@ -5,4 +5,8 @@ Copy-Item ../WebKit bungloo -Recurse
|
|||
Copy-Item ../images bungloo -Recurse
|
||||
Copy-Item setup.py bungloo
|
||||
touch bungloo/__init__.py
|
||||
Copy-Item msvcp90.dll bungloo
|
||||
Copy-Item msvcp90.dll bungloo
|
||||
cd bungloo
|
||||
python setup.py py2exe
|
||||
cd ..
|
||||
rm bungloo
|
Reference in a new issue