diff --git a/wau/cli.py b/wau/cli.py index c5846d5..056b0cb 100644 --- a/wau/cli.py +++ b/wau/cli.py @@ -16,7 +16,7 @@ class CLI: self.installed_addons = addons.load_installed_addons() def validate_addons_dir(self) -> None: - if not config.ADDONS_DIR.joinpath("../../Wow.exe").is_file(): + if not config.ADDONS_DIR.joinpath("../../WowClassic.exe").is_file(): a = input("Error: The application must be run from the Interface/AddOns directory. Continue anyway [y/N]? ") if a.lower() != "y": exit()