summaryrefslogtreecommitdiff
path: root/build.sh
blob: 11af7f8ca9bc8e3de5ac9ac20d2d203b119c6bc2 (plain)
1
2
3
4
5
6
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