From 0bb7ccb0541a6782917375aea67f578f2b7d8647 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 3 Mar 2025 10:09:19 +0000 Subject: [PATCH] that's actually a config now --- .github/workflows/build_windows.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index f44abca0..06ad34a9 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -22,10 +22,6 @@ on: type: string required: true description: "The architecture to build for, one of 'x64' | 'ia32' | 'arm64'" - extra_config: - type: string - required: false - description: "Additional configuration for config.json to be inserted for this build." version: type: string required: false @@ -62,8 +58,10 @@ jobs: "build-args": "--ia32", "arch": "x86", "extra_config": { - "title": "Element will no longer be available for this platform soon", - "description": "Support for 32-bit Windows installations will be removed in the next release." + "user_notice": { + "title": "Element will no longer be available for this platform soon", + "description": "Support for 32-bit Windows installations will be removed in the next release." + } } } }