fix: native-mod -> native_mod
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user