From ceaadb14a8934a65e4ba2dcbe07b122267ba4cc6 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 3 Feb 2025 23:01:03 +0800 Subject: [PATCH] minor fix --- .gitignore | 1 + .vscode/settings.json | 5 ----- README.md | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 567609b..6f31401 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ build/ +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7337529..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "xstring": "cpp" - } -} \ No newline at end of file diff --git a/README.md b/README.md index 56a08c1..faeb304 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## How to Compile ```powershell md build && cd build -cmake -A x64 ../ +cmake -A win32 ../ cmake --build . --config Release ``` Now you can find two files, `tasokuro_patch.dll` and `tasokuro-chs.exe`, in the `build/Release` directory.