- added hsr's patch repo url
This commit is contained in:
Observer KRypt0n_ 2023-05-01 20:25:18 +02:00
parent b178f1050a
commit 258bd9be14
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-launcher-sdk" name = "anime-launcher-sdk"
version = "1.1.2" version = "1.1.3"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"] authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"
readme = "README.md" readme = "README.md"

View file

@ -21,8 +21,7 @@ impl Default for Patch {
path: launcher_dir.join("patch"), path: launcher_dir.join("patch"),
servers: vec![ servers: vec![
// Temp solution String::from("https://notabug.org/mkrsym1/astra")
format!("file://{}/patch", launcher_dir.to_string_lossy())
], ],
// Disable root requirement for patching if we're running launcher in flatpak // Disable root requirement for patching if we're running launcher in flatpak