From eb95730793ac4e53cc0559abcd94ad326d5396fb 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:12 +0000 Subject: [PATCH] Update Package format --- Package-format.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package-format.md b/Package-format.md index 9d15ecf..7a93dba 100644 --- a/Package-format.md +++ b/Package-format.md @@ -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" } ] }