added deploy script

This commit is contained in:
Jeena Paradies 2013-03-30 21:41:23 +01:00
parent bafb8db06f
commit aaa73da183
2 changed files with 33 additions and 0 deletions

7
Windows/deploy.ps1 Normal file
View file

@ -0,0 +1,7 @@
mkdir bungloo
cp ../Qt/* bungloo
cp ../WebKit bungloo
cp ../images bungloo
cp setup.py bungloo
touch bungloo/__init__.py