Skip to content

Commit

Permalink
Update MC-Launcher.bat
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Apr 18, 2024
1 parent fc7a303 commit 3885bb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MC-Launcher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ FOR /F "usebackq" %%f IN (`PowerShell -NoProfile -Command "Write-Host([Environme
if exist "%ProgramFiles%\Mod-Installer" (
CLS
echo.
echo Please delete the "%ProgramFiles%\Mod-Installer" Folder manualy!
echo Please delete the "%ProgramFiles%\Mod-Installer" Folder manually!
echo.
Pause
)

if exist "%appdata%\.minecraft\Donwload.ico" (
del /S /Q "%appdata%\.minecraft\Donwload.ico"
if exist "%appdata%\.minecraft\Download.ico" (
del /S /Q "%appdata%\.minecraft\Download.ico"
)
if exist "%appdata%\.minecraft\Installer.ico" (
del /S /Q "%appdata%\.minecraft\Installer.ico"
Expand Down

0 comments on commit 3885bb9

Please sign in to comment.