diff --git a/bucket/uniterm.json b/bucket/uniterm.json new file mode 100644 index 00000000000000..b05ef5913ccc9d --- /dev/null +++ b/bucket/uniterm.json @@ -0,0 +1,39 @@ +{ + "version": "1.5.0", + "description": "Lightweight all-in-one terminal emulator with built-in AI Agent.", + "homepage": "https://uniterm.net", + "license": { + "identifier": "Apache-2.0", + "url": "https://github.com/ys-ll/uniterm/blob/main/LICENSE" + }, + "architecture": { + "64bit": { + "url": "https://github.com/ys-ll/uniterm/releases/download/v1.5.0/uniterm-windows-amd64-portable-v1.5.0.zip", + "hash": "61e3ecd0555b781e77ce4c2886512b1405241fb96bcadfa98d64e379fc0c4d7d" + }, + "arm64": { + "url": "https://github.com/ys-ll/uniterm/releases/download/v1.5.0/uniterm-windows-arm64-portable-v1.5.0.zip", + "hash": "be11705e0c58c62160fe87d21caf48d1085fd096b775d9202bda5ef111d7f94a" + } + }, + "bin": "uniTerm.exe", + "shortcuts": [ + [ + "uniTerm.exe", + "uniTerm" + ] + ], + "checkver": { + "github": "https://github.com/ys-ll/uniterm" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ys-ll/uniterm/releases/download/v$version/uniterm-windows-amd64-portable-v$version.zip" + }, + "arm64": { + "url": "https://github.com/ys-ll/uniterm/releases/download/v$version/uniterm-windows-arm64-portable-v$version.zip" + } + } + } +}