Electron v2.0.0 (#48290)

* Update to Electron 2.0-beta.7

* back to exploration build

* fix compile errors

* workaround build issue (go back to 1.24.0)

* bump to 1.25.0

* use electron 2.0.2

* revert custom distro
This commit is contained in:
Benjamin Pasero
2018-06-08 18:32:49 +02:00
committed by GitHub
parent a1dd65b32b
commit e7d29e9ccc
19 changed files with 7188 additions and 3671 deletions

View File

@@ -29,7 +29,7 @@ set ELECTRON_ENABLE_LOGGING=1
set ELECTRON_ENABLE_STACK_DUMPING=1
:: Launch Code
%CODE% --debug=5874 out\cli.js . %*
%CODE% --inspect=5874 out\cli.js . %*
popd
endlocal