-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathntlite.json
More file actions
32 lines (32 loc) · 1.17 KB
/
Copy pathntlite.json
File metadata and controls
32 lines (32 loc) · 1.17 KB
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
{
"homepage": "https://www.ntlite.com/",
"version": "2.3.7.8826",
"url": "http://downloads.ntlite.com/files/NTLite_setup_x64.exe",
"hash": "1d961546a0a0c736934b0f1744c28af4813311c4f8f5db90f0f07723fcd74d92",
"shortcuts": [
[
"NTLite.exe",
"NTLite"
]
],
"depends": "innounp",
"pre_install": "if(!(Test-Path \"$persist_dir\\settings.xml\")) {Set-Content -Encoding ASCII -Path \"$dir\\settings.xml\" -Value '<?xml version=\"1.0\" encoding=\"utf-8\"?><WebDAVClientSetting xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"></WebDAVClientSetting>'}",
"installer": {
"script": [
"Expand-InnoArchive -Path \"$dir\\$fname\"",
"Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{code_CefInstallDir}' -Removal"
]
},
"persist": [
"settings.xml",
"Presets",
"Updates"
],
"checkver": {
"url": "https://www.ntlite.com/download/",
"re": "v(([\\d]).([\\d]).([\\d]).([\\d]{4}))"
},
"autoupdate": {
"url": "http://downloads.ntlite.com/files/NTLite_setup_x64.exe"
}
}