Skip to content

Commit

Permalink
add cpu-z-cn v2.08
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojr committed Nov 29, 2023
1 parent d8e0bf4 commit 3bb5928
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions bucket/cpu-z-cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": "2.08",
"description": "System information software",
"homepage": "https://www.cpuid.com/softwares/cpu-z.html",
"license": "Freeware",
"url": "https://download.cpuid.com/cpu-z/cpu-z_2.08-cn.zip",
"hash": "f8dfcd7a5d886a7b66dc3178a140fb8d99b517b57bcf5cd6c71f2654478f2375",
"architecture": {
"64bit": {
"bin": [
[
"cpuz_x64.exe",
"cpuz"
]
],
"shortcuts": [
[
"cpuz_x64.exe",
"CPU-Z"
]
]
},
"32bit": {
"bin": [
[
"cpuz_x32.exe",
"cpuz"
]
],
"shortcuts": [
[
"cpuz_x32.exe",
"CPU-Z"
]
]
}
},
"persist": "cpuz.ini",
"checkver": "Version ([\\d.]+) for windows",
"autoupdate": {
"url": "https://download.cpuid.com/cpu-z/cpu-z_$version-cn.zip"
}
}

0 comments on commit 3bb5928

Please sign in to comment.