#!/bin/bash # Clean previous builds rm -rf dist build # Install requirements pip install -r requirements.txt pip install pyinstaller # Build pyinstaller gotify-tray.spec echo "Build complete. Executable in dist/gotify-tray/"