From 84ea4e48af9aa2d4e31f27ccf185d649b25898a8 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Fri, 15 Sep 2023 01:48:04 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1011e10..b3d1407 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ When the launcher updates itself it needs to be restarted. It will return exit c ``` @echo off :loop -start /wait alterware-launcher.exe update +start /wait alterware-launcher.exe --update if %errorlevel% equ 201 ( goto loop )