mirror of
https://github.com/ScoopInstaller/Versions.git
synced 2026-07-30 18:37:35 +08:00
79 lines
3.1 KiB
JSON
79 lines
3.1 KiB
JSON
{
|
|
"version": "154.0b4",
|
|
"description": "Developer builds of Firefox: the popular open source web browser",
|
|
"homepage": "https://www.firefox.com/en-US/channel/desktop/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/154.0b4/win64/en-US/Firefox%20Setup%20154.0b4.exe#/dl.7z",
|
|
"hash": "sha512:bef9fcd87bea1f743d1c399ceaf8f3e88d3ddf978f3bc35de98aedd0ffabc98123bde90b7c044c143587cd988b835a3426b971abaf2babe51dea0f9639e7bdd2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://archive.mozilla.org/pub/devedition/releases/154.0b4/win32/en-US/Firefox%20Setup%20154.0b4.exe#/dl.7z",
|
|
"hash": "sha512:57036b14dd2b7022387567f90c2687542e73334f5231f200b3028874f5883eef6fbc4c639150715a8b247053356afd97b13dc360acaaadb989e3059b33de755f"
|
|
}
|
|
},
|
|
"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://product-details.mozilla.org/1.0/firefox_versions.json",
|
|
"jsonpath": "$.FIREFOX_DEVEDITION"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|