Skip to content

Commit

Permalink
Revert "might fix the download.vbs error that keeps popping up"
Browse files Browse the repository at this point in the history
This reverts commit 3c3bf8c.
  • Loading branch information
MarioMasta64 committed Dec 17, 2021
1 parent 3c3bf8c commit 5f974c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch_helpers.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if exist .\helpers\version.txt (
if "%~1" neq "" (title Helper Launcher Beta - %~1 & call :%~1 & exit /b !current_version!)

:Version
echo 22 > .\doc\version.txt
echo 21 > .\doc\version.txt
set /p current_version=<.\doc\version.txt
if exist .\doc\version.txt del .\doc\version.txt >nul
exit /b
Expand Down

0 comments on commit 5f974c4

Please sign in to comment.