fix(core-constants): use project name over cli name

This commit is contained in:
Benexl
2025-11-01 20:06:53 +03:00
parent 5960a7c502
commit 2217f011af

View File

@@ -25,7 +25,7 @@ ANILIST_AUTH = (
)
try:
APP_DIR = Path(str(resources.files(CLI_NAME.lower())))
APP_DIR = Path(str(resources.files(PROJECT_NAME.lower())))
except ModuleNotFoundError:
from pathlib import Path