generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnvidia-cpl.json
52 lines (52 loc) · 1.84 KB
/
nvidia-cpl.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
41
42
43
44
45
46
47
48
49
50
51
52
{
"version": "8.1.966.0",
"description": "Featuring display management, application, and gaming-specific features, the NVIDIA Control Panel ensures the best overall experience using NVIDIA graphics",
"homepage": "https://www.microsoft.com/store/productId/9NF8H0H7WMLT",
"license": "Proprietary",
"architecture": {
"64bit": {
"url": "https://alist.xrgzs.top/d/pxy/Software/Tools/Backup/NVIDIACpl/NVIDIACpl.appx#/dl.7z",
"hash": "7e07b849c90741493cae1346008ffafc467a7ea31bdf66396a85128acef5e7f1"
}
},
"shortcuts": [
[
"nvcplui.exe",
"NVIDIA Control Panel"
]
],
"pre_install": [
". \"$bucketsdir\\$bucket\\bin\\utils.ps1\"",
"Enable-DevelopmentMode"
],
"installer": {
"script": [
"Remove-Item \"$dir\\AppxSignature.p7x\" -Force -ErrorAction SilentlyContinue | Out-Null",
"Add-AppxPackage -Path \"$dir\\AppxManifest.xml\" -Register"
]
},
"pre_uninstall": [
"if ($cmd -eq 'uninstall') {",
" Get-AppxPackage -Name \"NVIDIACorp.NVIDIAControlPanel\" | Remove-AppxPackage",
"} else {",
" Get-AppxPackage -Name \"NVIDIACorp.NVIDIAControlPanel\" | Remove-AppxPackage -PreserveApplicationData",
"}",
"$bucket = $install.bucket",
". \"$bucketsdir\\$bucket\\bin\\utils.ps1\"",
"Stop-App"
],
"checkver": {
"url": "https://alist.xrgzs.top/d/pxy/Software/Tools/Backup/NVIDIACpl/NVIDIACpl.appx.ver",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://alist.xrgzs.top/d/pxy/Software/Tools/Backup/NVIDIACpl/NVIDIACpl.appx#/dl.7z",
"hash": {
"url": "$url.sha256"
}
}
}
}
}