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 Sep 21, 2023
1 parent a9cef69 commit 8102d3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions RCO Reborn (NORMAL VERSION) Installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ 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 ClientAppSettings.json downloaded successfully!
echo.
echo SUCCESS: RCO Reborn (NORMAL VERSION) installation completed!
cls
echo SUCCESS: RCO Reborn installation completed!
) else (
echo Failed to download ClientAppSettings.json.
echo.
echo ERROR: RCO Reborn (NORMAL VERSION) installation failed!
echo Failed to download ClientAppSettings.json. Please report this issue in the #help-me channel of the Discord server.
cls
echo ERROR: RCO Reborn installation failed!
)

echo.
echo Press any key to continue... & pause >nul
11 changes: 6 additions & 5 deletions RCO Reborn (SUPER VERSION) Installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ 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 ClientAppSettings.json downloaded successfully!
echo.
echo SUCCESS: RCO Reborn (SUPER VERSION) installation completed!
cls
echo SUCCESS: RCO Reborn installation completed!
) else (
echo Failed to download ClientAppSettings.json.
echo.
echo ERROR: RCO Reborn (SUPER VERSION) installation failed!
echo Failed to download ClientAppSettings.json. Please report this issue in the #help-me channel of the Discord server.
cls
echo ERROR: RCO Reborn installation failed!
)

echo.
echo Press any key to continue... & pause >nul

0 comments on commit 8102d3d

Please sign in to comment.