prepare v0.6.7

This commit is contained in:
mxve 2024-02-09 19:13:11 +01:00
parent 5ef075d4c3
commit 3d0a47ec60
3 changed files with 10 additions and 6 deletions

2
Cargo.lock generated
View File

@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]] [[package]]
name = "alterware-launcher" name = "alterware-launcher"
version = "0.6.6" version = "0.6.7"
dependencies = [ dependencies = [
"colored", "colored",
"futures-util", "futures-util",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "alterware-launcher" name = "alterware-launcher"
version = "0.6.6" version = "0.6.7"
edition = "2021" edition = "2021"
build = "res/build.rs" build = "res/build.rs"

View File

@ -8,11 +8,12 @@
--- ---
#### Installation ## Installation
1. Download the [latest alterware-launcher.exe](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher.exe) 1. Download the game from [Steam](https://store.steampowered.com/)
2. Place alterware-launcher.exe in the game directory 2. Download the [latest alterware-launcher.exe](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher.exe)
3. Run alterware-launcher.exe, after updating the game will launch automatically 3. Place alterware-launcher.exe in the game directory
4. Run alterware-launcher.exe, after updating the game will launch automatically
--- ---
@ -67,6 +68,9 @@ alterware-launcher.json
- ```args``` - ```args```
- See --pass - See --pass
- Default: "" - Default: ""
- ```use_https```
- Use HTTPS for downloads
- Default: false
--- ---