From 58c2d98686951448015dedece054c1bb17a6c080 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Tue, 4 Mar 2025 08:22:45 +0800 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f661fb5..d3b5674 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,6 @@ cmake --build . --config Release Now you can find two files, `jewena_patch.dll` and `jewena-chs.exe`, in the `build/Release` directory. ## How to Use -Use [EVB](https://enigmaprotector.com/) to package the resource files into `jewena_patch.dll`. -Then copy `jewena_patch.dll` and `jewena-chs.exe` to the game directory. +Use zip to package the resource files into `jewena-chs.dat`. +Then copy `jewena_patch.dll`, `jewena-chs.dat` and `jewena-chs.exe` to the game directory. +You can change resource package file name in source code.