generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f066fc5
commit 0bf8bef
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"version": "24.7.6.747", | ||
"description": "The web browser from Yandex. Yandex Browser is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.", | ||
"homepage": "https://browser.yandex.com/", | ||
"license": "Unknown", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.cdn.yandex.net/browser/update/24_7_6_747_64161_w_b_r/alpha-yandex.exe", | ||
"hash": "3780821dc3f2401f744f4cef872ac51f51d7fbe155b27ab03b72d54d0733a433" | ||
} | ||
}, | ||
"installer": { | ||
"script": [ | ||
"Expand-7zipArchive \"$dir\\alpha-yandex.exe\" -Removal", | ||
"Expand-7zipArchive \"$dir\\browser.7z\" -ExtractDir 'Browser-bin' -Removal" | ||
] | ||
}, | ||
"bin": [ | ||
[ | ||
"browser.exe", | ||
"yandex", | ||
"--user-data-dir=\"$dir\\User Data\"" | ||
] | ||
], | ||
"shortcuts": [ | ||
[ | ||
"browser.exe", | ||
"Yandex Beta", | ||
"--user-data-dir=\"$dir\\User Data\"" | ||
] | ||
], | ||
"persist": "User Data", | ||
"checkver": { | ||
"url": "https://api.browser.yandex.ru/update-info/browser/yandex-beta/win-yandex.rss?partner=alpha-yandex&version=0.0.0.0", | ||
"regex": "<guid64>(?<url64>.+?)</guid64>[\\s\\S]+<version:version>(?<version>.+?)</version:version>", | ||
"replace": "${version}" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "$matchUrl64" | ||
} | ||
} | ||
} | ||
} |