diff --git a/build.bat b/build.bat index ade4313..3091270 100644 --- a/build.bat +++ b/build.bat @@ -1,3 +1,4 @@ @echo off +call .venv\Scripts\activate.bat pyside6-rcc.exe resources.qrc -o resources.py pyinstaller.exe main.pyw --onefile --paths .venv\Lib\site-packages --icon resources\LiquidGUI.ico --name LiquidGUI \ No newline at end of file