off by one brackets

This commit is contained in:
Half-Shot 2025-03-03 10:17:24 +00:00
parent 63f29006fc
commit ae17facfe0

View File

@ -58,9 +58,10 @@ jobs:
"build-args": "--ia32", "build-args": "--ia32",
"arch": "x86", "arch": "x86",
"extra_config": "{ "extra_config": "{
\"user_notice\": { \"user_notice\": {
\"title\": \"Element will no longer be available for this platform soon\", \"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.\" \"description\": \"Support for 32-bit Windows installations will be removed in the next release.\"
}
}" }"
} }
} }