mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-31 11:27:35 +08:00
29 lines
817 B
JSON
29 lines
817 B
JSON
{
|
|
"version": "1.9.2",
|
|
"description": "A fast local diff viewer.",
|
|
"homepage": "https://github.com/nkzw-tech/codiff",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nkzw-tech/codiff/releases/download/v1.9.2/Codiff-win32-x64-1.9.2.zip",
|
|
"hash": "edef345525dc325b1d1320e5d85b978c0deb414f10139a33b712539b885acd84",
|
|
"extract_dir": "Codiff-win32-x64"
|
|
}
|
|
},
|
|
"bin": "codiff.exe",
|
|
"shortcuts": [
|
|
[
|
|
"codiff.exe",
|
|
"Codiff"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nkzw-tech/codiff/releases/download/v$version/Codiff-win32-x64-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|