forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
firefox-developer.json
79 lines (79 loc) · 3.13 KB
/
firefox-developer.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"version": "106.0b2",
"description": "Developer builds of Firefox: the popular open source web browser",
"homepage": "https://www.mozilla.org/en-US/firefox/developer/",
"license": "MPL-2.0",
"notes": [
"To set profile 'Scoop-Dev' as *DEFAULT*, or profiles/settings was lost after update:",
" - Run 'Firefox Dev Profile Manager', choose 'Scoop-Dev' then click 'Start Firefox Developer Edition'.",
" - Visit 'about:profiles' page in Firefox Dev to check *DEFAULT* profile.",
"For details: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles"
],
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/devedition/releases/106.0b2/win64/en-US/Firefox%20Setup%20106.0b2.exe#/dl.7z",
"hash": "sha512:6cffb69a8e211cac6dcea401ef5a275e2eef89f065d4a0e83a95995c05f5131a6640e4c32d3191efa5117555f685d5b90383e993fa6a1245f5d927a89852f435"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/devedition/releases/106.0b2/win32/en-US/Firefox%20Setup%20106.0b2.exe#/dl.7z",
"hash": "sha512:2cc375f0010252d71a78a94101c8c90ac2cc70f7c8756798c28e770f2764168cb1a93a03f70800cd72b37d9837b1539d598d8a0ea364a03967bf642e20d22a74"
}
},
"extract_dir": "core",
"post_install": [
"firefox-dev -CreateProfile \"Scoop-Dev $persist_dir\\profile\"",
"$Addition = \"$persist_dir\\addition\"",
"if (Test-Path $Addition) {",
" info 'Copying additional items...'",
" Copy-Item -Path $Addition\\* -Destination $dir -Force -Recurse -ErrorAction SilentlyContinue",
"}"
],
"bin": [
[
"firefox.exe",
"firefox-dev"
],
[
"firefox.exe",
"firefox-developer"
]
],
"shortcuts": [
[
"firefox.exe",
"Firefox Dev"
],
[
"firefox.exe",
"Firefox Dev Profile Manager",
"-P"
]
],
"persist": [
"distribution",
"profile"
],
"checkver": {
"url": "https://aus5.mozilla.org/update/6/Firefox/93.0/_/WINNT_x86_64-msvc-x64/en-US/aurora/_/_/_/_/update.xml",
"xpath": "/updates/update/patch/@URL",
"regex": "devedition-([\\db.]+)-"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/devedition/releases/$version/win64/en-US/Firefox%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "https://archive.mozilla.org/pub/devedition/releases/$version/SHA512SUMS",
"regex": "$sha512\\s+win64/en-US/$basename"
}
},
"32bit": {
"url": "https://archive.mozilla.org/pub/devedition/releases/$version/win32/en-US/Firefox%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "https://archive.mozilla.org/pub/devedition/releases/$version/SHA512SUMS",
"regex": "$sha512\\s+win32/en-US/$basename"
}
}
}
}
}