From 0548d2a22d99d91e8e82af90a48d08d6984b535b Mon Sep 17 00:00:00 2001 From: ipcjs Date: Wed, 25 Dec 2024 01:32:52 +0800 Subject: [PATCH] uabea: Add version 8 --- bucket/uabea.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/uabea.json diff --git a/bucket/uabea.json b/bucket/uabea.json new file mode 100644 index 00000000000..c3ab6e766da --- /dev/null +++ b/bucket/uabea.json @@ -0,0 +1,19 @@ +{ + "version": "8", + "description": "Tool for reading and writing Unity Asset Bundles", + "homepage": "https://github.com/nesrak1/UABEA", + "license": "MIT", + "url": "https://github.com/nesrak1/UABEA/releases/download/v8/uabea-windows.zip", + "hash": "0623ab1dc099a6397c3a7e72782b91405e60b286c6825fb6fa21e553ff2ea580", + "bin": "UABEAvalonia.exe", + "shortcuts": [ + [ + "UABEAvalonia.exe", + "UABEA" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/nesrak1/UABEA/releases/download/v$version/uabea-windows.zip" + } +}