fix: fixed game.path config value for honkers

This commit is contained in:
Observer KRypt0n_ 2023-04-14 22:10:41 +02:00
parent 0671c8aad9
commit dc0cf7c722
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -36,7 +36,7 @@ impl Default for Game {
let launcher_dir = launcher_dir().expect("Failed to get launcher dir"); let launcher_dir = launcher_dir().expect("Failed to get launcher dir");
Self { Self {
path: launcher_dir, path: launcher_dir.join(concat!("Hon", "kai Imp", "act")),
wine: Wine::default(), wine: Wine::default(),
dxvk: Dxvk::default(), dxvk: Dxvk::default(),
enhancements: Enhancements::default(), enhancements: Enhancements::default(),