diff --git a/bucket/brows3.json b/bucket/brows3.json new file mode 100644 index 00000000000000..8d9768a6612b11 --- /dev/null +++ b/bucket/brows3.json @@ -0,0 +1,32 @@ +{ + "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" + } + } + } +}