Skip to content

Commit 6bd7aad

Browse files
authored
brows3: Add version 0.2.43 (#18251)
1 parent 8280531 commit 6bd7aad

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

bucket/brows3.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"version": "0.2.43",
3+
"description": "A high-performance, open-source Amazon S3 browser and desktop client built with Rust and Tauri",
4+
"homepage": "https://brows3.app",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/rgcsekaraa/brows3/releases/download/app-v0.2.43/Brows3_0.2.43_x64-portable.zip",
9+
"hash": "4348fefda06117490ed6795e34cc2bdc9512329a35b82e10ff5cffb336834d2c",
10+
"extract_dir": "src-tauri\\target\\release\\bundle\\portable\\Brows3_0.2.43_x64-portable"
11+
}
12+
},
13+
"post_install": "Remove-Item \"$dir\\src-tauri\" -Recurse -ErrorAction SilentlyContinue",
14+
"shortcuts": [
15+
[
16+
"Brows3.exe",
17+
"Brows3"
18+
]
19+
],
20+
"checkver": {
21+
"github": "https://github.com/rgcsekaraa/brows3",
22+
"regex": "app-v([\\d.]+)"
23+
},
24+
"autoupdate": {
25+
"architecture": {
26+
"64bit": {
27+
"url": "https://github.com/rgcsekaraa/brows3/releases/download/app-v$version/Brows3_$version_x64-portable.zip",
28+
"extract_dir": "src-tauri\\target\\release\\bundle\\portable\\Brows3_$version_x64-portable"
29+
}
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)