From 51e992d24d687cc9c73f4ebe5fb3f0bc7bd91743 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 15 Jul 2023 14:51:42 +0200 Subject: [PATCH] fix: fixed game launching on installs without `launcher.bat` file --- CHANGELOG.md | 4 ++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- src/ui/about.rs | 21 +-------------------- 4 files changed, 8 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad8d10..1b50ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fixed game launching on installs without `launcher.bat` file + ## [3.7.5] - 14.07.2023 ### Added diff --git a/Cargo.lock b/Cargo.lock index f580256..0f1664a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,8 +87,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.8.5" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.8.5#cedb6f05b5749c3143a235a92ba78c458c4934a8" +version = "1.8.6" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.8.6#2740eae5b5832b371e2a2919e33c0decfbe6b8a1" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2c68d8e..858475f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ glib-build-tools = "0.17" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.8.5" +tag = "1.8.6" features = ["all", "genshin", "genshin-patch"] # path = "../anime-launcher-sdk" # ! for dev purposes only diff --git a/src/ui/about.rs b/src/ui/about.rs index 0b2947a..788c57a 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -104,29 +104,10 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "", - "

Fixed

", "", - - "

Changed

", - - "", ].join("\n"),