Update Package format

2025-04-22 21:29:12 +00:00
parent 2c083ccb78
commit eb95730793

@ -77,9 +77,9 @@ With a `manifest.json` pointing at the filename like:
{
"identifier": "native_mod",
"dll-game": "foo.dll",
"dll-game32": "foo32.dll",
"dll-game64": "foo64.dll",
"dll-amdaemon": "bar.dll"
"dll-amdaemon": "bar.dll".
"dll-game32": "baz32.dll",
"dll-game64": "baz64.dll"
}
]
}