Linux support disclaimer in README and version bump

This commit is contained in:
NotAndreh
2025-09-07 12:20:18 +02:00
parent 244a36a528
commit 61fe8c53c6
3 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -143,7 +143,7 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "steam-ticket-generator"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"base64",
"dialoguer",

View File

@@ -1,7 +1,7 @@
[package]
name = "steam-ticket-generator"
authors = ["NotAndreh"]
version = "1.2.0"
version = "1.2.1"
edition = "2024"
[dependencies]

View File

@@ -42,6 +42,10 @@ Builds are available in the [releases](https://github.com/denuvosanctuary/steam-
The builds in the releases section will also include the `steam_api64.dll` file required to run the program. Otherwise you can download it from the [Steamworks SDK](https://partner.steamgames.com/doc/sdk). The minimum required version is 1.62.
## Linux
Linux builds are also now available in both [releases](https://github.com/denuvosanctuary/steam-ticket-generator/releases) and [actions](https://github.com/denuvosanctuary/steam-ticket-generator/actions). The required `libsteam_api.so` is already included in the releases.
## Disclaimer
This project is for educational and research purposes only. Use responsibly and respect software licenses.