Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AvenCores authored Oct 15, 2023
1 parent 9fb4183 commit b5b4b69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions RCO Reborn (NORMAL VERSION) Installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ if not exist "%folder%\ClientSettings" (
echo Downloading ClientAppSettings.json file...
powershell.exe -Command "& {(New-Object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/AvenCores/RCO-Reborn/main/Normal/ClientAppSettings.json', '%folder%\ClientSettings\ClientAppSettings.json')}"
if %errorlevel% EQU 0 (
echo.
echo ClientAppSettings.json downloaded successfully!
echo.
echo SUCCESS: RCO Reborn installation completed!
) else (
echo.
echo Failed to download ClientAppSettings.json.
echo.
echo ERROR: RCO Reborn installation failed!
Expand Down
2 changes: 2 additions & 0 deletions RCO Reborn (SUPER VERSION) Installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ if not exist "%folder%\ClientSettings" (
echo Downloading ClientAppSettings.json file...
powershell.exe -Command "& {(New-Object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/AvenCores/RCO-Reborn/main/Super/ClientAppSettings.json', '%folder%\ClientSettings\ClientAppSettings.json')}"
if %errorlevel% EQU 0 (
echo.
echo ClientAppSettings.json downloaded successfully!
echo.
echo SUCCESS: RCO Reborn installation completed!
) else (
echo.
echo Failed to download ClientAppSettings.json.
echo.
echo ERROR: RCO Reborn installation failed!
Expand Down
4 changes: 2 additions & 2 deletions RCO Uninstaller.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ for /d %%i in ("%cd:~0,2%\Program Files\Roblox\Versions\*") do (
)

:NextStep
if exist "%folder%\ClientSettings\ClientAppSettings.json" (
del "%folder%\ClientSettings\ClientAppSettings.json"
if exist "%folder%\ClientSettings\" (
rmdir "%folder%\ClientSettings\" /s /q
)

echo RCO Reborn has been successfully deleted!
Expand Down

0 comments on commit b5b4b69

Please sign in to comment.