From 968b5dcb5a4a87ac90da39d0551aebd53a3ea02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:14:38 +0200 Subject: [PATCH] betaflight-blackbox-explorer@3.6.0: Removed checkver and autoupdate --- bucket/betaflight-blackbox-explorer.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/bucket/betaflight-blackbox-explorer.json b/bucket/betaflight-blackbox-explorer.json index 586e8047c88e95..779384df959167 100644 --- a/bucket/betaflight-blackbox-explorer.json +++ b/bucket/betaflight-blackbox-explorer.json @@ -1,4 +1,5 @@ { + "##": "Online only since 2024-05-04: ", "version": "3.6.0", "description": "Interactive log viewer for flight logs recorded with blackbox", "homepage": "https://betaflight.com", @@ -17,15 +18,5 @@ "betaflight-blackbox-explorer.exe", "Betaflight Blackbox Explorer" ] - ], - "checkver": { - "github": "https://github.com/betaflight/blackbox-log-viewer" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/betaflight/blackbox-log-viewer/releases/download/$version/betaflight-blackbox-explorer_$version_win64-installer.exe" - } - } - } + ] }