Browse Source

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.
pull/30/head
Xx 6 months ago
parent
commit
e3fed51d43
  1. 3
      .vscode/settings.json
  2. 7
      bin/md5_checksums.txt

3
.vscode/settings.json

@ -2,12 +2,15 @@
"cSpell.words": [ "cSpell.words": [
"apprun", "apprun",
"buildmode", "buildmode",
"certutil",
"dylib", "dylib",
"enabledelayedexpansion",
"endlocal", "endlocal",
"errorlevel", "errorlevel",
"fatih", "fatih",
"gcflags", "gcflags",
"GOARCH", "GOARCH",
"hashfile",
"IMAGENAME", "IMAGENAME",
"killall", "killall",
"ldflags", "ldflags",

7
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
Loading…
Cancel
Save