Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zen-browser: add version 1.0.1-a.2 #13941

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions bucket/zen-browser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"version": "1.0.1-a.2",
"description": "An open-source, privacy-focused web browser with a focus on speed and user experience.",
"homepage": "https://zen-browser.app",
"license": "MPL-2.0",
"notes": [
"To set profile 'Scoop' as *DEFAULT*, or profiles/settings was lost after update:",
" - Run 'Zen Profile Manager', choose 'Scoop' then click 'Start Zen Browser'.",
" - Visit 'about:profiles' page in Zen Browser to check *DEFAULT* profile.",
"For details: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles"
],
"architecture": {
"64bit": {
"url": "https://github.com/zen-browser/desktop/releases/download/1.0.1-a.2/zen.win-generic.zip",
"hash": "350f8d210bb0d0042baa708e3d8b497ae1266a6c3dd967b04436d1d561c1a230"
}
},
"extract_dir": "zen.win-generic\\zen",
"post_install": [
"zen -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": "zen.exe",
"shortcuts": [
[
"zen.exe",
"Zen Browser"
],
[
"zen.exe",
"Zen Browser Profile Manager",
"-P"
],
[
"private_browsing.exe",
"Zen Browser Private Browsing"
]
],
"persist": [
"distribution",
"profile"
],
"checkver": {
"github": "https://github.com/zen-browser/desktop",
"regex": "/releases/tag/(?:v|V)?([\\d.]+(-a[\\d.]+)?)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zen-browser/desktop/releases/download/$version/zen.win-generic.zip"
}
}
}
}