Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCyberCode authored Nov 1, 2018
1 parent 3cd3d62 commit 24479f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TheCyberCode-BuildTools_Extractor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo [BT Helper] Path Changed: %cd%
echo [BT Helper] Current Path %cd%
set /p dSkip= [BT Helper] Type 1 to Skip Decompile if you want to decompile just hit enter:
if "%dSkip%" equ "1" goto:skip
if "%dSkip%" equ "1" goto:decompile
if "%dSkip%" equ " " goto:decompile
:decompile
echo [BT Helper] Press any key to continue or if you did this was wrong just close this file within 30 seconds. >> ..\cyberlog.txt
echo [BT Helper] 30 Seconds Till Starting Decompile Or Hit Enter to start now! >> ..\cyberlog.txt
Expand Down Expand Up @@ -146,4 +146,4 @@ echo [BT Helper] Finished at %time% on %date%
timeout /t 10
echo ----------------------------------- {%date% %time% - Extractor Finished - Exited} ----------------------------------- >> ..\..\cyberlog.txt
echo ----------------------------------- {%date% %time% - Extractor Finished - Exited} -----------------------------------
exit
exit

0 comments on commit 24479f1

Please sign in to comment.