generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
firefox-zh-cn.json
80 lines (80 loc) · 3.5 KB
/
firefox-zh-cn.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
80
{
"version": "133.0.3",
"description": "流行的开源网络浏览器",
"homepage": "https://www.mozilla.org/zh-CN/firefox/",
"license": "MPL-2.0",
"notes": [
"To set profile 'Scoop' as *DEFAULT*, or profiles/settings was lost after update:",
" - Run 'Firefox Profile Manager', choose 'Scoop' then click 'Start Firefox'.",
" - Visit 'about:profiles' page in Firefox to check *DEFAULT* profile.",
"For details: https://support.mozilla.org/zh-CN/kb/profile-manager-create-remove-switch-firefox-profiles"
],
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/133.0.3/win64/zh-CN/Firefox%20Setup%20133.0.3.exe#/dl.7z",
"hash": "sha512:1bb219fa27e6eb7d01d4877967256133aa050640278a3ac5aae9cb04f15b929dbf79dd1ee1d715021113d15fef75d43f037337da31b63c95c9923e486e1a1c67"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/133.0.3/win32/zh-CN/Firefox%20Setup%20133.0.3.exe#/dl.7z",
"hash": "sha512:9494073cfdbe274f1912b246f26d831ec35b5e60a047e73f6da711baf3212087d4fa01aa14d120301ec250f8de564341f90e48c7422ef3f12ae96c21cf66d81c"
},
"arm64": {
"url": "https://archive.mozilla.org/pub/firefox/releases/133.0.3/win64-aarch64/zh-CN/Firefox%20Setup%20133.0.3.exe#/dl.7z",
"hash": "sha512:3102f8c31cb5f05ba6780166f461dca3252f2775ec7b92bb565b5d8e35582f27b436d3fd88dcb4d4571e3ae5bc6cb3780169d082124090e8901cc659046c4a14"
}
},
"extract_dir": "core",
"post_install": [
"firefox -CreateProfile \"Scoop $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",
"shortcuts": [
[
"firefox.exe",
"Firefox"
],
[
"firefox.exe",
"Firefox Profile Manager",
"-P"
]
],
"persist": [
"distribution",
"profile"
],
"checkver": {
"url": "https://product-details.mozilla.org/1.0/firefox_versions.json",
"jsonpath": "$.LATEST_FIREFOX_VERSION"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/win64/zh-CN/Firefox%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
"regex": "$sha512\\s+win64/zh-CN/$basename"
}
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/win32/zh-CN/Firefox%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
"regex": "$sha512\\s+win32/zh-CN/$basename"
}
},
"arm64": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/win64-aarch64/zh-CN/Firefox%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
"regex": "$sha512\\s+win64-aarch64/zh-CN/$basename"
}
}
}
}
}