mirror of
https://github.com/denuvosanctuary/steam-ticket-generator.git
synced 2026-01-11 10:56:17 +00:00
Linux support disclaimer in README and version bump
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -143,7 +143,7 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
||||
|
||||
[[package]]
|
||||
name = "steam-ticket-generator"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"dialoguer",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "steam-ticket-generator"
|
||||
authors = ["NotAndreh"]
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user