Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from rakosi2/master
Browse files Browse the repository at this point in the history
Update Download links as they have changed.
  • Loading branch information
realseal5 authored Apr 23, 2021
2 parents b898020 + 7b6fab2 commit f48b1c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EmmVRC+Melonloader_Autoinstaller.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo ^ ^| ^| \/\ ___/ / __ \^| ^|__ \___ \ \ ___/ / __ \^| ^|__
echo ^ ^|__^| \____^> (______/____//_____/ \____^> (______/____/
echo 
echo ^ --------------------------------------------------------
echo ^ ^| MelonLoader - EmmVRC AutoInstaller v1.7 by realseal ^|
echo ^ ^| MelonLoader - EmmVRC AutoInstaller v1.8 by realseal ^|
echo ^ ^| EmmVRC by thetrueyoshifan (thetrueyoshifan.com) ^|
echo ^ ^| MelonLoader by Herp Derpinstine (melonwiki.xyz) ^|
echo ^ --------------------------------------------------------
Expand Down Expand Up @@ -67,7 +67,7 @@ IF EXIST Mods\emmVRCLoader.dll del Mods\emmVRCLoader.dll
IF %ERRORLEVEL% NEQ 0 (set /A x=%x%+1)
echo Done!
echo Downloading MelonLoader..
powershell -Command "Invoke-WebRequest https://github.com/HerpDerpinstine/MelonLoader/releases/latest/download/MelonLoader.x64.zip -Outfile MelonLoader.zip"
powershell -Command "Invoke-WebRequest https://github.com/LavaGang/MelonLoader/releases/download/v0.3.0/MelonLoader.x64.zip -Outfile MelonLoader.zip"
IF %ERRORLEVEL% NEQ 0 (set /A x=%x%+1)
echo Done!
echo Installing MelonLoader..
Expand All @@ -79,7 +79,7 @@ IF EXIST MelonLoader.zip del MelonLoader.zip
IF %ERRORLEVEL% NEQ 0 (set /A x=%x%+1)
echo Done!
echo Downloading EmmVRC..
powershell -Command "Invoke-WebRequest https://thetrueyoshifan.com/downloads/emmVRCLoader.dll -Outfile Mods\emmVRCLoader.dll"
powershell -Command "Invoke-WebRequest https://dl.emmvrc.com/downloads/emmVRCLoader.dll -Outfile Mods\emmVRCLoader.dll"
IF %ERRORLEVEL% NEQ 0 (set /A x=%x%+1)
echo Done!
IF %x% EQU 0 (echo   & echo. ^ ---------------------------------------------------------- & echo. ^ ^| Melonloader and EmmVRC have been successfully updated! ^| & echo. ^ ^| Please consider donating to the Developers ^<3 ^| & echo. ^ ---------------------------------------------------------- & echo. 
Expand Down

0 comments on commit f48b1c8

Please sign in to comment.