4 lines
104 B
Bash
4 lines
104 B
Bash
#!/bin/bash
|
|
|
|
pyinstaller --add-data "./res/*:res" --add-data "./res/assets/*:res/assets" ./backend.py
|