mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 18:18:55 +00:00
Revert default Electron back to 11.1.1 (Chrome 87.0.4280.88) (fix #1101)
Not doing anything more complicated (adding macOS-specific code or adding code always passing an icon), let's instead wait for Electron to fix the issue.
This commit is contained in:
parent
f4a7266783
commit
10f7fed290
@ -3,8 +3,8 @@ import * as path from 'path';
|
||||
export const DEFAULT_APP_NAME = 'APP';
|
||||
|
||||
// Update both together
|
||||
export const DEFAULT_ELECTRON_VERSION = '11.2.0';
|
||||
export const DEFAULT_CHROME_VERSION = '87.0.4280.141';
|
||||
export const DEFAULT_ELECTRON_VERSION = '11.1.1';
|
||||
export const DEFAULT_CHROME_VERSION = '87.0.4280.88';
|
||||
|
||||
export const ELECTRON_MAJOR_VERSION = parseInt(
|
||||
DEFAULT_ELECTRON_VERSION.split('.')[0],
|
||||
|
Loading…
Reference in New Issue
Block a user