Extras/bucket/brows3.json
2026-07-09 20:06:01 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.43",
"description": "A high-performance, open-source Amazon S3 browser and desktop client built with Rust and Tauri",
"homepage": "https://brows3.app",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rgcsekaraa/brows3/releases/download/app-v0.2.43/Brows3_0.2.43_x64-portable.zip",
"hash": "4348fefda06117490ed6795e34cc2bdc9512329a35b82e10ff5cffb336834d2c",
"extract_dir": "src-tauri\\target\\release\\bundle\\portable\\Brows3_0.2.43_x64-portable"
}
},
"post_install": "Remove-Item \"$dir\\src-tauri\" -Recurse -ErrorAction SilentlyContinue",
"shortcuts": [
[
"Brows3.exe",
"Brows3"
]
],
"checkver": {
"github": "https://github.com/rgcsekaraa/brows3",
"regex": "app-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rgcsekaraa/brows3/releases/download/app-v$version/Brows3_$version_x64-portable.zip",
"extract_dir": "src-tauri\\target\\release\\bundle\\portable\\Brows3_$version_x64-portable"
}
}
}
}