that's actually a config now

This commit is contained in:
Half-Shot 2025-03-03 10:09:19 +00:00
parent 3c4791f7ce
commit 0bb7ccb054

View File

@ -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,11 +58,13 @@ 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."
}
}
}
}
- uses: actions/checkout@v4