fix: default champs dir
This commit is contained in:
parent
3430a0a6ee
commit
6e98743d01
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ pub struct ChampInfo {
|
|||
|
||||
const USER_AGENT_VALUE: &str =
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:139.0) Gecko/20100101 Firefox/139.0";
|
||||
const DEFAULT_LOL_CHAMPS_DIR: &str = ".\\champs";
|
||||
const DEFAULT_LOL_CHAMPS_DIR: &str = "./champs";
|
||||
#[cfg(target_os = "windows")]
|
||||
const REG_KEY_LOL_RADS: &str = r"SOFTWARE\WOW6432Node\Riot Games\RADS";
|
||||
#[cfg(target_os = "windows")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue