From 61fe8c53c64542cb7357955ac6135eab247b1deb Mon Sep 17 00:00:00 2001 From: NotAndreh <39744335+NotAndreh@users.noreply.github.com> Date: Sun, 7 Sep 2025 12:20:18 +0200 Subject: [PATCH] Linux support disclaimer in README and version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 549e00a..9d9d55a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "steam-ticket-generator" -version = "1.2.0" +version = "1.2.1" dependencies = [ "base64", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index b37638a..7460b8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "steam-ticket-generator" authors = ["NotAndreh"] -version = "1.2.0" +version = "1.2.1" edition = "2024" [dependencies] diff --git a/README.md b/README.md index 522278e..40a54c8 100644 --- a/README.md +++ b/README.md @@ -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.