From ae17facfe0b0b8cfd6358d018ab9660c2c07186d Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 3 Mar 2025 10:17:24 +0000 Subject: [PATCH] off by one brackets --- .github/workflows/build_windows.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 0468ab48..d9b291f3 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -58,9 +58,10 @@ jobs: "build-args": "--ia32", "arch": "x86", "extra_config": "{ - \"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.\" + \"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.\" + } }" } }