From 2426b777ba8bebcd38b4374f016adb70beddf769 Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Thu, 30 Apr 2026 01:11:23 -0400 Subject: [PATCH] [ci] re-add touch index.html --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 959df56f6..7a038aeb4 100644 --- a/Makefile +++ b/Makefile @@ -270,8 +270,10 @@ build-cc-all: touch-ui: ifdef IS_WIN_SHELL @if not exist "ui\\v2.5\\build" mkdir ui\\v2.5\\build + @type nul >> ui/v2.5/build/index.html else @mkdir -p ui/v2.5/build + @touch ui/v2.5/build/index.html endif # Regenerates GraphQL files