forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
firefox-nightly.json
73 lines (73 loc) · 3.28 KB
/
firefox-nightly.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
{
"version": "107.0a1.20220921095211",
"description": "Nightly builds of Firefox: the popular open source web browser.",
"homepage": "https://www.mozilla.org/en-US/firefox/nightly/",
"license": "MPL-2.0",
"notes": [
"To set profile 'Scoop-Nightly' as *DEFAULT*, or profiles/settings was lost after update:",
" - Run 'Firefox Nightly Profile Manager', choose 'Scoop-Nightly' then click 'Start Nightly'.",
" - Visit 'about:profiles' page in Firefox Nightly 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/firefox/nightly/2022/09/2022-09-21-09-52-11-mozilla-central/firefox-107.0a1.en-US.win64.installer.exe#/dl.7z",
"hash": "sha512:3a84f416f1e0eb2935a6ff7b27c4890db8ea33fdf7891b427630009fb88f91088badc6e6a6efb68e1a1578d9f887fa799d399e2fab781727c1854f1b2fc5e9bd"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/nightly/2022/09/2022-09-21-09-52-11-mozilla-central/firefox-107.0a1.en-US.win32.installer.exe#/dl.7z",
"hash": "sha512:cb928fda29b3e217fe6b0c53dad1ccaebc27e3f2372b9810de578151f88960d92d5fe6543595ae8001f2d5551b916f5cea21bbbaaf6983134ac4d26c5a6518ce"
}
},
"extract_dir": "core",
"post_install": [
"firefox-nightly -CreateProfile \"Scoop-Nightly $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-nightly"
]
],
"shortcuts": [
[
"firefox.exe",
"Firefox Nightly"
],
[
"firefox.exe",
"Firefox Nightly Profile Manager",
"-P"
]
],
"persist": [
"distribution",
"profile"
],
"checkver": {
"url": "https://aus5.mozilla.org/update/6/Firefox/60.0/_/WINNT_x86_64-msvc-x64/en-US/nightly/_/_/_/_/update.xml",
"regex": "appVersion=\"([\\w.]+)\".*?buildID=\"((?<yyyy>\\d{4})(?<mm>\\d{2})(?<dd>\\d{2})(?<hr>\\d{2})(?<mi>\\d{2})(?<se>\\d{2}))",
"replace": "${1}.${2}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/firefox/nightly/$matchYyyy/$matchMm/$matchYyyy-$matchMm-$matchDd-$matchHr-$matchMi-$matchSe-mozilla-central/firefox-$majorVersion.$minorVersion.en-US.win64.installer.exe#/dl.7z",
"hash": {
"url": "$baseurl/firefox-$majorVersion.$minorVersion.en-US.win64.checksums"
}
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/nightly/$matchYyyy/$matchMm/$matchYyyy-$matchMm-$matchDd-$matchHr-$matchMi-$matchSe-mozilla-central/firefox-$majorVersion.$minorVersion.en-US.win32.installer.exe#/dl.7z",
"hash": {
"url": "$baseurl/firefox-$majorVersion.$minorVersion.en-US.win32.checksums"
}
}
}
}
}