From 376943ef4f01dfb15518888b784f4026fa0ded5f Mon Sep 17 00:00:00 2001 From: Status102 <102887808+status102@users.noreply.github.com> Date: Sun, 29 Mar 2026 16:15:53 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=81=BF=E5=85=8D=E7=94=9F=E6=88=90?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84res=5Fupdater=20(#16116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 避免生成不必要的res_updater * chore: disable resource updater for publish * fix: move inherits for publish Co-authored-by: soundofautumn <62000745+soundofautumn@users.noreply.github.com> * Revert "fix: move inherits for publish" This reverts commit e85b8e4ad5155a71bbb232a1ca069eba91907909. --------- Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com> Co-authored-by: soundofautumn <62000745+soundofautumn@users.noreply.github.com> --- CMakePresets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 242cf6468b..efdf88f750 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -171,7 +171,8 @@ "INSTALL_RESOURCE": "ON", "INSTALL_PYTHON": "ON", "BUILD_WPF_GUI": "OFF", - "BUILD_DEBUG_DEMO": "OFF" + "BUILD_DEBUG_DEMO": "OFF", + "BUILD_RESOURCE_UPDATER": "OFF" } }, {