add --prerelease

This commit is contained in:
2024-12-15 11:18:25 +01:00
parent da94d1b0e3
commit 1237d8c71e
7 changed files with 113 additions and 44 deletions

View File

@@ -148,6 +148,8 @@
- Skip installing redistributables
- ```--redist```
- Install or reinstall redistributables
- ```--prerelease```
- Update to prerelease version of clients (currently only available for IW4x) and launcher
##### Example:
```shell
@@ -168,6 +170,7 @@ alterware-launcher.exe iw4x --bonus -u --path "C:\Games\IW4x" --pass "-console"
- `args`: Pass additional arguments to the game. Default: `""`.
- `use_https`: Use HTTPS for downloads. Default: `true`.
- `skip_redist`: Skip redistributable installations. Default: `false`.
- `prerelease`: Update to prerelease version of clients and launcher. Default: `false`.
---