diff --git a/bucket/tabiew.json b/bucket/tabiew.json index 767bb47e38e64..2d63675afaf91 100644 --- a/bucket/tabiew.json +++ b/bucket/tabiew.json @@ -5,23 +5,23 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-x86_64-pc-windows-msvc.exe#/tabiew.exe", + "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-x86_64-pc-windows-msvc.exe#/tw.exe", "hash": "509bcd55cc4a3b4ded3a0c4e754c8902a5c5cfaf37206751815eb48552fa20c9" }, "arm64": { - "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-aarch64-pc-windows-msvc.exe#/tabiew.exe", + "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-aarch64-pc-windows-msvc.exe#/tw.exe", "hash": "6572b618c6de5180b411ed2ee33a0a0d6fe5e516257f438bb74f81014facacf7" } }, - "bin": "tabiew.exe", + "bin": "tw.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-x86_64-pc-windows-msvc.exe#/tabiew.exe" + "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-x86_64-pc-windows-msvc.exe#/tw.exe" }, "arm64": { - "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-aarch64-pc-windows-msvc.exe#/tabiew.exe" + "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-aarch64-pc-windows-msvc.exe#/tw.exe" } } }