From f4627293b81c8a0871fb6fb5fbf364453ef604a4 Mon Sep 17 00:00:00 2001 From: Vili Date: Sat, 4 Nov 2023 12:36:24 +0200 Subject: [PATCH] revert --- setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bat b/setup.bat index 4da882e..ebabda2 100644 --- a/setup.bat +++ b/setup.bat @@ -20,7 +20,7 @@ echo Done..! echo. echo Building H4X-Tools to a single executable in 3 seconds... timeout /t 3 /nobreak > nul -python -m PyInstaller h4xtools.py --onefile -F --clean +python -m PyInstaller h4xtools.py --add-data "resources/*;resources" --onefile -F --clean echo. echo Done..! echo Your H4X-Tools executable is located in the 'dist' folder. You can now move it to your desired location.