forked from akanyan/STARTLINER
fix: native-mod -> native_mod
This commit is contained in:
@ -249,7 +249,7 @@ impl Package {
|
|||||||
flags |= Feature::ChuniIO;
|
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") {
|
if let Some(serde_json::Value::String(path)) = installer.get("dll-game") {
|
||||||
flags |= Feature::GameDLL;
|
flags |= Feature::GameDLL;
|
||||||
flags |= Feature::Mod;
|
flags |= Feature::Mod;
|
||||||
|
Reference in New Issue
Block a user