#!/bin/bash

set -ex

rm -rf dist
pyinstaller __main__.spec
