From 99259f877cbc608742a82b8d802ef591c3b4235b Mon Sep 17 00:00:00 2001 From: Dunestorm Date: Sun, 30 Jun 2024 15:15:14 +0100 Subject: [PATCH] Build script now sources venv --- build.bat | 1 + 1 file changed, 1 insertion(+) 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