#!/bin/bash rm -rf dist/linux/app source buildenv/bin/activate pyinstaller app.spec --noconfirm