From 35d580e22f1de3f735c3854c8144dddab6521125 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 4 Apr 2025 01:42:25 -0400 Subject: [PATCH] feat: speed up release process by downloading a compiled evtest binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcab743..267bc1f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PLATFORMS := rg35xxplus tg5040 JQ_VERSION ?= 1.7.1 MINUI_LIST_VERSION := 0.10.1 MINUI_BTNTEST_VERSION := 0.5.0 -MINUI_PRESENTER_VERSION := 0.6.1 +MINUI_PRESENTER_VERSION := 0.7.0 clean: rm -f bin/*/jq || true