4 lines
133 B
Bash
Executable File
4 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
pyside6-rcc resources.qrc -o resources.py
|
|
pyinstaller main.pyw --onefile --icon resources/LiquidGUI.png --name LiquidGUI
|