mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-24 22:06:18 +03:00
config: fixed test path fox game diff getter
This commit is contained in:
parent
bf3e58e21c
commit
84163c470d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use crate::ui::main::is_ready;
|
|||
lazy_static::lazy_static! {
|
||||
static ref CONFIG: config::Config = config::get().expect("Failed to load config");
|
||||
|
||||
static ref GAME: Game = Game::new(&CONFIG.game.path.join("fioweiofweuihj"));
|
||||
static ref GAME: Game = Game::new(&CONFIG.game.path);
|
||||
|
||||
static ref GAME_DIFF: Option<VersionDiff> = match GAME.try_get_diff() {
|
||||
Ok(diff) => Some(diff),
|
||||
|
|
Loading…
Reference in a new issue