fix: native-mod -> native_mod

This commit is contained in:
2025-04-13 20:25:22 +00:00
parent d93118683d
commit 073ff8cfb8

View File

@ -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;