Skip to content

Commit

Permalink
fix: fixed game launching on installs without launcher.bat file
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Jul 15, 2023
1 parent ac566f5 commit 51e992d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 1 addition & 20 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,29 +104,10 @@ impl SimpleComponent for AboutDialog {

set_release_notes_version: &APP_VERSION,
set_release_notes: &[
"<p>Added</p>",

"<ul>",
"<li>Added support to the new wishes url cache location</li>",
"</ul>",

"<p>Fixed</p>",

"<ul>",
"<li>Fixed telemetry disabling</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
"<li>Updated Italian</li>",
"<li>Updated Hungarian</li>",
"<li>Updated Japanese</li>",
"<li>Updated Indonesian</li>",
"<li>Updated Spanish</li>",
"<li>Updated Turkish</li>",
"<li>Updated Chinese</li>",
"<li>Disabled patch applying for new installations</li>",
"<li>Fixed game launching on installs without `launcher.bat` file</li>",
"</ul>",
].join("\n"),

Expand Down

0 comments on commit 51e992d

Please sign in to comment.