summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-05-09 02:49:07 +0200
committeremkael <emkael@tlen.pl>2017-05-09 02:51:48 +0200
commit18ec03f6033113472bd8a1e34322a764a2783fac (patch)
treeac7df77da1a07d4a3a0d475fbd74168cdfa0d5dc
parent8feef81a96e3a46e0409385b23a6c2405c889a2b (diff)
Build script
-rw-r--r--build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100644
index 0000000..11af7f8
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+rm -rf build dist/*
+pyinstaller ausbutler.spec
+cp -a config template dist
+mv dist/config/db.json.EXAMPLE dist/config/db.json
+cp README.*.md dist
+cp LICENSE dist