#!/bin/bash pyinstaller --add-data "./res/*:res" --add-data "./res/assets/*:res/assets" ./backend.py