AddonManager: open addon's location directory (#19209)

* AddonManager: open addon's location directory
* AddonManager: account for macros when setting addon location
This commit is contained in:
Ulices
2025-01-24 12:48:46 +00:00
committed by GitHub
parent 9bbdbd198b
commit 83a04d2582
3 changed files with 13 additions and 6 deletions

View File

@@ -150,6 +150,9 @@ class Addon:
# The location of the Mod directory: overridden by testing code
mod_directory = fci.DataPaths().mod_dir
# The location of the Macro directory: overridden by testing code
macro_directory = fci.DataPaths().macro_dir
def __init__(
self,
name: str,