From 073ff8cfb8006c0e91aa0d806800ad4536b88e69 Mon Sep 17 00:00:00 2001 From: akanyan Date: Sun, 13 Apr 2025 20:25:22 +0000 Subject: [PATCH] fix: native-mod -> native_mod --- rust/src/pkg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;