Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
vil committed Nov 4, 2023
1 parent 3c75cbd commit f462729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f462729

Please sign in to comment.