From feffa5c4b3e9db0bc4fa6af50139ce20fb673b36 Mon Sep 17 00:00:00 2001 From: William Venner Date: Sun, 21 Aug 2022 14:47:29 +0100 Subject: [PATCH] Remove link entirely since Steam seem to be not OK with any links at all --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/src/steam/publishing.rs | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1d8f422..5326285 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1476,7 +1476,7 @@ dependencies = [ [[package]] name = "gmpublisher" -version = "2.9.0" +version = "2.9.1" dependencies = [ "anyhow", "atomic_refcell", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a4fbe2c..ccc63f9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gmpublisher" -version = "2.9.0" +version = "2.9.1" description = "gmpublisher" authors = [ "William Venner " ] license = "GPL-3.0" diff --git a/src-tauri/src/steam/publishing.rs b/src-tauri/src/steam/publishing.rs index 800b5f5..afcca31 100644 --- a/src-tauri/src/steam/publishing.rs +++ b/src-tauri/src/steam/publishing.rs @@ -254,7 +254,7 @@ impl Steam { .title(&title) .preview_path(&Into::::into(preview)) .tags(tags) - .description("Uploaded with [url=https://github.com/WilliamVenner/gmpublisher]gmpublisher[/url]") + .description("Uploaded with [b]gmpublisher[/b]") .submit(None, move |result| { *result_ref.lock() = Some(result); }) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4f52ea9..dd4b0f3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "gmpublisher", - "version": "2.9.0" + "version": "2.9.1" }, "build": { "distDir": "../public",