diff --git a/src/constants.ts b/src/constants.ts index 8eecaa2..a340bee 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -2,7 +2,7 @@ import * as path from 'path'; export const DEFAULT_APP_NAME = 'APP'; -// Update both together +// Update both together, and update app / package.json / devDeps / electron export const DEFAULT_ELECTRON_VERSION = '11.3.0'; export const DEFAULT_CHROME_VERSION = '87.0.4280.141';