forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaida64extreme.json
40 lines (40 loc) · 1.34 KB
/
aida64extreme.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"homepage": "https://www.aida64.com",
"description": "AIDA64 is a system information, diagnostics, and auditing application.",
"version": "5.99",
"license": "Shareware",
"url": "http://download.aida64.com/aida64extreme599.zip",
"hash": "1f99e46d3ec9fe8df7f7d7e654560656fc32d34b30b11fec7dc316d3ebaab22f",
"installer": {
"script": [
"$FILE = 'aida64.ini'",
"if (!(Test-Path \"$persist_dir\\$FILE\")) {",
" Write-Host 'No' $FILE 'exists. Creating.' -f Yellow",
" $CONT = @('[Generic]', '', 'NoRegistry=1', 'NetUpdateFreq=0')",
" Set-Content \"$dir\\$FILE\" ($CONT -join \"`r`n\") -Encoding Ascii",
"}",
"$FILE = 'pkey.txt'",
"if (!(Test-Path \"$persist_dir\\$FILE\")) {",
" Write-Host 'No' $FILE 'exists. Creating.' -f Yellow",
" New-Item \"$dir\\$FILE\" -Type File",
"}"
]
},
"persist": [
"pkey.txt",
"aida64.ini"
],
"shortcuts": [
[
"aida64.exe",
"AIDA64"
]
],
"checkver": {
"url": "https://www.techpowerup.com/download/aida64-extreme/",
"re": "AIDA64 Extreme v([\\d\\.]*)"
},
"autoupdate": {
"url": "http://download.aida64.com/aida64extreme$cleanVersion.zip"
}
}