fix: default champs dir
All checks were successful
ci/woodpecker/push/linux Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/mingw Pipeline was successful

This commit is contained in:
nyyu 2025-05-31 20:52:44 +02:00
parent 3430a0a6ee
commit 6e98743d01

View file

@ -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")]