Skip to content

Commit ecec0f8

Browse files
authored
[email protected]: Remove checkver & autoupdate (#16387)
* No new desktop versions going forward since 3.7.0. See: https://github.com/betaflight/blackbox-log-viewer/releases/tag/3.7.0
1 parent 78409f3 commit ecec0f8

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"##": "Online only since 2024-05-04: <https://github.com/betaflight/blackbox-log-viewer/releases/tag/3.7.0>",
23
"version": "3.6.0",
34
"description": "Interactive log viewer for flight logs recorded with blackbox",
45
"homepage": "https://betaflight.com",
@@ -17,15 +18,5 @@
1718
"betaflight-blackbox-explorer.exe",
1819
"Betaflight Blackbox Explorer"
1920
]
20-
],
21-
"checkver": {
22-
"github": "https://github.com/betaflight/blackbox-log-viewer"
23-
},
24-
"autoupdate": {
25-
"architecture": {
26-
"64bit": {
27-
"url": "https://github.com/betaflight/blackbox-log-viewer/releases/download/$version/betaflight-blackbox-explorer_$version_win64-installer.exe"
28-
}
29-
}
30-
}
21+
]
3122
}

0 commit comments

Comments
 (0)