diff --git a/rust/src/pkg.rs b/rust/src/pkg.rs index 2bd4513..cfb6131 100644 --- a/rust/src/pkg.rs +++ b/rust/src/pkg.rs @@ -249,7 +249,7 @@ impl Package { flags |= Feature::ChuniIO; } } - } else if id == "native-mod" { + } else if id == "native_mod" { if let Some(serde_json::Value::String(path)) = installer.get("dll-game") { flags |= Feature::GameDLL; flags |= Feature::Mod;