-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnaisdevice.json
30 lines (30 loc) · 1.03 KB
/
naisdevice.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
{
"version": "2024-12-17-134944",
"architecture": {
"64bit": {
"url": "https://github.com/nais/device/releases/download/2024-12-17-134944/naisdevice.exe",
"hash": "4f4bfd834a539c198ba3c741a0a331c6af0d5164452fafe2fdc82e916076caaf",
"installer": {
"script": [
"Write-Output \"Executing installer at $dir\\$fname\"",
"Invoke-ExternalCommand \"$dir\\$fname\" -RunAs | Out-Null"
]
},
"post_uninstall": [
"if ($cmd -eq \"uninstall\") { Invoke-ExternalCommand \"$env:ProgramW6432\\NAV\\naisdevice\\uninstaller.exe\" -RunAs | Out-Null }"
]
}
},
"autoupdate": {
"64bit": {
"url": "https://github.com/nais/device/releases/download/$version/naisdevice.exe"
},
"hash": {
"url": "$url.sha256"
}
},
"homepage": "https://github.com/nais/device",
"checkver": "github",
"license": "MIT",
"description": "naisdevice is a application suite that enables NAV developers to connect to internal resources in a secure and friendly manner"
}