mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"version": "8.35.8400",
|
|
"description": "System information, diagnostics, and auditing application",
|
|
"homepage": "https://www.aida64.com",
|
|
"license": {
|
|
"identifier": "Shareware",
|
|
"url": "https://www.aida64.com/licensing"
|
|
},
|
|
"url": "https://download.aida64.com/aida64extreme835.zip",
|
|
"hash": "18c863a33b261d8939bb9cbde6bc9830d5be50c0c5953e56cd3f9bee36a5d7b1",
|
|
"pre_install": [
|
|
"$FILE = 'aida64.ini'",
|
|
"if (!(Test-Path \"$persist_dir\\$FILE\")) {",
|
|
" Set-Content \"$dir\\$FILE\" @('[Generic]', '', 'NoRegistry=1', 'NetUpdateFreq=0') -Encoding Ascii",
|
|
"}",
|
|
"'aida64.reg.ini', 'aida64.sst.ini', 'pkey.txt' | ForEach-Object {",
|
|
" if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }",
|
|
"}"
|
|
],
|
|
"persist": [
|
|
"Reports",
|
|
"aida64.reg.ini",
|
|
"aida64.sst.ini",
|
|
"pkey.txt",
|
|
"aida64.ini"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"aida64.exe",
|
|
"AIDA64"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.aida64.com/downloads/latesta64xe",
|
|
"regex": "Version:\\s+([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://download.aida64.com/aida64extreme$majorVersion$minorVersion.zip"
|
|
}
|
|
}
|