mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
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.
This commit is contained in:
parent
8a28f29202
commit
e3fed51d43
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -2,12 +2,15 @@
|
||||
"cSpell.words": [
|
||||
"apprun",
|
||||
"buildmode",
|
||||
"certutil",
|
||||
"dylib",
|
||||
"enabledelayedexpansion",
|
||||
"endlocal",
|
||||
"errorlevel",
|
||||
"fatih",
|
||||
"gcflags",
|
||||
"GOARCH",
|
||||
"hashfile",
|
||||
"IMAGENAME",
|
||||
"killall",
|
||||
"ldflags",
|
||||
|
7
bin/md5_checksums.txt
Normal file
7
bin/md5_checksums.txt
Normal file
@ -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…
x
Reference in New Issue
Block a user