From e3fed51d43adcfcb0bf8f0a27f598265895d8779 Mon Sep 17 00:00:00 2001 From: Xx Date: Fri, 13 Dec 2024 16:30:21 +0800 Subject: [PATCH] feat: Add MD5 checksums for built files and update cSpell dictionary - Introduced a new file `md5_checksums.txt` containing MD5 checksums for various platform binaries, enhancing file integrity verification. - Updated the cSpell dictionary in `.vscode/settings.json` to include additional terms related to the project, improving spell checking accuracy. These changes improve the build process by providing users with a way to verify the integrity of the built files and enhance development environment settings. --- .vscode/settings.json | 3 +++ bin/md5_checksums.txt | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 bin/md5_checksums.txt diff --git a/.vscode/settings.json b/.vscode/settings.json index 4b0c3f4..c37fb4b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,12 +2,15 @@ "cSpell.words": [ "apprun", "buildmode", + "certutil", "dylib", + "enabledelayedexpansion", "endlocal", "errorlevel", "fatih", "gcflags", "GOARCH", + "hashfile", "IMAGENAME", "killall", "ldflags", diff --git a/bin/md5_checksums.txt b/bin/md5_checksums.txt new file mode 100644 index 0000000..3f59c53 --- /dev/null +++ b/bin/md5_checksums.txt @@ -0,0 +1,7 @@ +MD5 Checksums +============= + +c3f03388afd01cd2d9f6c58348abf8e1 cursor_id_modifier_v2.5.0_windows_amd64.exe +b2caec6c3bede8f51245e5b74b11b96c cursor_id_modifier_v2.5.0_darwin_amd64_intel +8e93f913d653e26bf522bde78b51a26a cursor_id_modifier_v2.5.0_darwin_arm64_m1 +73db2eb340c0f5878a206ddc63693f77 cursor_id_modifier_v2.5.0_linux_amd64