generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfirefox-zh-cn.json
80 lines (80 loc) · 3.49 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": "135.0",
"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/135.0/win64/zh-CN/Firefox%20Setup%20135.0.exe#/dl.7z",
"hash": "sha512:27b42af0b3281c31573b60f8be15db3a16e3a48d90d159a17fb458551b9b224fc61c0ad68ae81acfe2e960efb67c93296b2545860180f66cb790d3f95d5e732c"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/135.0/win32/zh-CN/Firefox%20Setup%20135.0.exe#/dl.7z",
"hash": "sha512:4fd3d5d59e39f4e0a79c4b4ee3d4e6a6268b38c3f3be8a1d329099412ea5577728f090feccbc879a0cc1008be2225137769124da211c94fd7807657c47b1bc8d"
},
"arm64": {
"url": "https://archive.mozilla.org/pub/firefox/releases/135.0/win64-aarch64/zh-CN/Firefox%20Setup%20135.0.exe#/dl.7z",
"hash": "sha512:c2021ae1616f39b08f2bb0f95d809b3016e6d5c03a7445aa0bd8fa1c06ba57a40a70e03792d6737aebc83f9f69d8453872f6897a4be6770a11a32ffa4c3fc10c"
}
},
"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"
}
}
}
}
}