Skip to content

Commit

Permalink
Update setup.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
vil committed Jul 6, 2023
1 parent 6e02296 commit 8570a59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ timeout /t 1 /nobreak > nul
echo.
echo Done..!
echo.
echo Building H4XTools to a single executable in 3 seconds...
echo Building H4X-Tools to a single executable in 3 seconds...
timeout /t 3 /nobreak > nul
python -m PyInstaller --onefile h4xtools.py
echo.
echo Done..!
echo Your H4XTools executable is located in the dist folder. You can now move it to your desired location.
echo Your H4X-Tools executable is located in the 'dist' folder. You can now move it to your desired location.
echo.
echo OR you can start H4X-Tools with python by typing 'python h4xtools.py' in the terminal.

set /p "input=Start H4XTools now? (y/n) -> "
set /p "input=Start H4X-Tools now? (y/n) -> "
if /i "%input%"=="y" (
echo Starting H4XTools...
timeout /t 1 /nobreak > nul
Expand Down

0 comments on commit 8570a59

Please sign in to comment.