-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnaisdevice-tenant.json
30 lines (30 loc) · 1.04 KB
/
naisdevice-tenant.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-tenant.exe",
"hash": "9b33af4f512432ae6d69a66d96309c2381fde068238f83d7cb0222beeacedb55",
"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-tenant.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"
}