added deploy script
This commit is contained in:
parent
bafb8db06f
commit
aaa73da183
2 changed files with 33 additions and 0 deletions
7
Windows/deploy.ps1
Normal file
7
Windows/deploy.ps1
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
mkdir bungloo
|
||||
cp ../Qt/* bungloo
|
||||
cp ../WebKit bungloo
|
||||
cp ../images bungloo
|
||||
cp setup.py bungloo
|
||||
touch bungloo/__init__.py
|
Reference in a new issue