added deb deployment

This commit is contained in:
jeena 2013-03-27 00:00:55 +01:00
parent 746f3f4a89
commit 5e306e0dd8
13 changed files with 11636 additions and 15 deletions

View file

@ -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