diff options
Diffstat (limited to 'src-tauri/src/lib.rs')
-rw-r--r-- | src-tauri/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index ba89cc0a..675a06ef 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -35,6 +35,7 @@ pub struct NorthstarMod { pub name: String, pub thunderstore_mod_string: Option<String>, pub enabled: bool, + pub directory: String, } /// Check version number of a mod |