mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-05-04 08:41:36 +00:00
0fd6657572
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"version": "1.0.6",
|
|
"description": "Rambox Pro. Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.",
|
|
"homepage": "https://rambox.pro/",
|
|
"url": "https://github.com/ramboxapp/download/releases/download/v1.0.6/RamboxPro-1.0.6-win.exe#/cosi.7z",
|
|
"hash": "sha512:f4a1b5e12ae15c9a1339fef56b0522b6619d6c23b0ab806f128841c2ba7ce9d9c997fea81f5bc4a24988aed672a4415ff353542535dc7869b5e496f2f1e1efff",
|
|
"extract_dir": "\\$PLUGINSDIR",
|
|
"pre_install": ["Get-ChildItem \"$dir\" -Exclude 'app-64.7z', 'app-32.7z' | Remove-Item -Force -Recurse"],
|
|
"architecture": {
|
|
"64bit": {
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\""
|
|
]
|
|
}
|
|
},
|
|
"32bit": {
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\app-32.7z\" \"$dir\""
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"post_install": ["Remove-Item \"$dir\\app-64.7z\", \"$dir\\app-32.7z\""],
|
|
"shortcuts": [
|
|
[
|
|
"RamboxPro.exe",
|
|
"RamboxPro"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/ramboxapp/download/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/ramboxapp/download/releases/download/v$version/RamboxPro-$version-win.exe#/cosi.7z",
|
|
"hash": {
|
|
"url": "https://github.com/ramboxapp/download/releases/download/v$version/latest.yml",
|
|
"find": "sha512:\\s+(.*)"
|
|
}
|
|
}
|
|
}
|