#!/bin/bash

python setup.py build_ext --inplace
python setup.py bdist_wheel
pyinstaller -y scripts/borg.exe.spec
