From 5031e72a016ac0eb523fbba0144232301145e36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=8B=E3=83=8B=E3=83=A3=E3=83=B3?= Date: Tue, 22 Apr 2025 21:29:23 +0000 Subject: [PATCH] Update Package format --- Package-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package-format.md b/Package-format.md index 7a93dba..1c83575 100644 --- a/Package-format.md +++ b/Package-format.md @@ -77,7 +77,7 @@ With a `manifest.json` pointing at the filename like: { "identifier": "native_mod", "dll-game": "foo.dll", - "dll-amdaemon": "bar.dll". + "dll-amdaemon": "bar.dll", "dll-game32": "baz32.dll", "dll-game64": "baz64.dll" }