added deb deployment
This commit is contained in:
parent
746f3f4a89
commit
5e306e0dd8
13 changed files with 11636 additions and 15 deletions
|
@ -1,14 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p build
|
||||
mkdir -p build/bin
|
||||
mkdir -p build/bungloo
|
||||
touch build/bungloo/__init__.py
|
||||
|
||||
cp Bungloo.py build/bin/bungloo
|
||||
cp Helper.py Windows.py build/bungloo
|
||||
cp setup.py build/
|
||||
cp -r ../WebKit build/bungloo/
|
||||
cp -r ../images build/bungloo/
|
||||
|
||||
# eof
|
Reference in a new issue