Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions bucket/bettbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "1.18.7",
"description": "A GUI client for Mihomo (Clash Meta) based on FlClash, with optimized UI, TUN/VPN support and multi-platform support.",
"homepage": "https://github.com/appshubcc/Bettbox",
"license": "GPL-3.0-only",
"notes": [
"The '32bit' version is a compatible build for older 64-bit CPUs (lacking newer instruction sets like AVX2), it is still 64-bit (amd64)."
],
"architecture": {
"64bit": {
"url": "https://github.com/appshubcc/Bettbox/releases/download/v1.18.7/Bettbox-1.18.7-windows-amd64-setup.exe",
"hash": "42de74a19917f6b1cbde70ef2b974eb071e1071c158a3072eda55f8ceb692bb4"
},
"32bit": {
"url": "https://github.com/appshubcc/Bettbox/releases/download/v1.18.7/Bettbox-1.18.7-windows-amd64-compatible-setup.exe",
"hash": "23a979d53de62453324b9509f194d3575a1df4a0890a9f25fbc915bb814fa158"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
},
"arm64": {
"url": "https://github.com/appshubcc/Bettbox/releases/download/v1.18.7/Bettbox-1.18.7-windows-arm64-setup.exe",
"hash": "7537e8b7c09b8b1f87a2cca1ee44907848dd8aa5c620f61a8b46e4be19e32a5c"
}
},
"innosetup": true,
"shortcuts": [
[
"Bettbox.exe",
"Bettbox"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/appshubcc/Bettbox/releases/download/v$version/Bettbox-$version-windows-amd64-setup.exe"
},
"32bit": {
"url": "https://github.com/appshubcc/Bettbox/releases/download/v$version/Bettbox-$version-windows-amd64-compatible-setup.exe"
},
"arm64": {
"url": "https://github.com/appshubcc/Bettbox/releases/download/v$version/Bettbox-$version-windows-arm64-setup.exe"
}
}
}
}