generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 3
/
msedge-stable.json
47 lines (47 loc) · 1.57 KB
/
msedge-stable.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
{
"version": "125.0.2535.67",
"description": "Fast, secure, and free web browser, built for the modern web based",
"homepage": "https://www.microsoft.com/en-us/edge",
"license": {
"identifier": "Proprietary Software"
},
"architecture": {
"64bit": {
"url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/0708e770-51a0-4d00-a2f3-d736db8586e7?P1=1717212723&P2=404&P3=2&P4=KsUa4BMdffAS8y6wxEPxdHBGJpLX3EeoOZolcYK4KwqmGkdvnOK5SFOc6lsyKBlDmHx2jsxAOE0o8Sz7DVpmlw%3d%3dSW2Q%3d%3d3d3d3d#/dl.7z",
"hash": "cfea3d8d31713a4e9b96bcf46ca46106717c8b2c45651412648c22d819767b2f"
}
},
"pre_install": [
"Expand-7zipArchive \"$dir\\MSEDGE.7z\" -ExtractDir 'Chrome-bin' -Removal",
"Rename-Item \"$dir\\$version\" \"$dir\\current\" "
],
"bin": [
[
"current\\msedge.exe",
"msedge-stable",
"--user-data-dir=\"$dir\\User Data\""
]
],
"shortcuts": [
[
"current\\msedge.exe",
"Edge Stable",
"--user-data-dir=\"$dir\\User Data\""
]
],
"persist": "User Data",
"checkver": {
"url": "https://42wim.github.io/edgeupdates/stable.txt",
"regex": "(?sm)(?<version>(.*?)):http://(?<64>(.*))"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://$match64#/dl.7z",
"hash": {
"url": "https://42wim.github.io/edgeupdates/stable.sha256"
}
}
}
}
}