@@ -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
)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.