mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-13 07:48:39 +01:00
that's actually a config now
This commit is contained in:
parent
3c4791f7ce
commit
0bb7ccb054
6
.github/workflows/build_windows.yaml
vendored
6
.github/workflows/build_windows.yaml
vendored
@ -22,10 +22,6 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
description: "The architecture to build for, one of 'x64' | 'ia32' | 'arm64'"
|
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:
|
version:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
@ -62,11 +58,13 @@ jobs:
|
|||||||
"build-args": "--ia32",
|
"build-args": "--ia32",
|
||||||
"arch": "x86",
|
"arch": "x86",
|
||||||
"extra_config": {
|
"extra_config": {
|
||||||
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user