Fix required Electron version for prod builds (24.8.3)

This commit is contained in:
Sergio Padrino 2023-09-27 14:03:22 +02:00
parent 3ad30a2702
commit 937a55e5dd

View file

@ -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',
}