update readme

This commit is contained in:
mxve 2023-09-15 01:48:04 +02:00
parent 428c75bbf2
commit 65f106541c

View File

@ -62,7 +62,7 @@ When the launcher updates itself it needs to be restarted. It will return exit c
``` ```
@echo off @echo off
:loop :loop
start /wait alterware-launcher.exe update start /wait alterware-launcher.exe --update
if %errorlevel% equ 201 ( if %errorlevel% equ 201 (
goto loop goto loop
) )