Skip to content
Snippets Groups Projects
run-pyinstaller.sh 93 B
Newer Older
  • Learn to ignore specific revisions
  • #! /bin/bash
    
    rm -Rf dist/loopy
    
    pyinstaller \
      --workpath=build/pyinstaller \
      loopy.spec