Skip to content
Snippets Groups Projects
run-pyinstaller.sh 149 B
#! /bin/bash

# run this from the loopy root directory

rm -Rf dist build

pyinstaller \
  --workpath=build/pyinstaller \
  build-helpers/loopy.spec