mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Fix required Electron version for prod builds (24.8.3)
This commit is contained in:
parent
3ad30a2702
commit
937a55e5dd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ type ChannelToValidate = 'production' | 'beta'
|
|||
* to a previous version of GitHub Desktop without losing all settings.
|
||||
*/
|
||||
const ValidElectronVersions: Record<ChannelToValidate, string> = {
|
||||
production: '24.4.0',
|
||||
production: '24.8.3',
|
||||
beta: '26.2.1',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue