Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
KcrPL authored Sep 5, 2018
1 parent c59e0fe commit 93e7250
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RiiConnect24Patcher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd /d "%~dp0"
:: ===========================================================================
:: RiiConnect24 Patcher for Windows
set version=1.0.5
:: AUTHORS: KcrPL, Larsenv, ApfelTV
:: AUTHORS: KcrPL, Larsenv, Apfel
:: ***************************************************************************
:: Copyright (c) 2018 KcrPL, RiiConnect24 and it's (Lead) Developers
:: ===========================================================================
Expand All @@ -21,7 +21,7 @@ set /a tempiospatcher=0
set /a tempevcpatcher=0
set /a tempsdcardapps=0
:: Window Title
title RiiConnect24 Patcher v%version% Created by @KcrPL, @Larsenv, @ApfelTV
title RiiConnect24 Patcher v%version% Created by @KcrPL, @Larsenv, @Apfel
set last_build=2018/09/05
set at=9:02PM
if exist "C:\Users\%username%\Desktop\RiiConnect24Patcher.txt" goto debug_load
Expand All @@ -37,7 +37,7 @@ set FilesHostedOn=https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master
set MainFolder=%appdata%\RiiConnect24Patcher
set TempStorage=%appdata%\RiiConnect24Patcher\internet\temp

set header=RiiConnect24 Patcher - (C) KcrPL, (C) Larsenv, (C) ApfelTV v%version% (Compiled on %last_build% at %at%)
set header=RiiConnect24 Patcher - (C) KcrPL, (C) Larsenv, (C) Apfel v%version% (Compiled on %last_build% at %at%)

if not exist "%MainFolder%" md "%MainFolder%"
if not exist "%TempStorage%" md "%TempStorage%"
Expand Down Expand Up @@ -526,7 +526,7 @@ echo.
echo - Larsenv
echo UNIX Patcher, help with scripts, original IOS Patcher script. Overall help with scripts and commands syntax.
echo.
echo - ApfelTV
echo - Apfel
echo Help with Everybody Votes Channel patching and Sharpii syntax.
echo.
echo - Brawl345
Expand Down

0 comments on commit 93e7250

Please sign in to comment.