Update to electron 1.4.x (#15298)

* electron 1.4.6

* fix broken DND image feedback

* OSS input

* remove cat.exe as it is no longer needed

* update electron.d.ts

* set new ELECTRON_NO_ASAR environment for forked processes

* Automatically enable high contrast theme when enabled in Windows (fixes #15360)
This commit is contained in:
Benjamin Pasero
2016-11-14 14:27:53 +01:00
committed by GitHub
parent 2c9bafc134
commit 97bef4bdc6
17 changed files with 315 additions and 59 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if not "%BUILD_BUILDID%" == "" (
rem Otherwise
if "%BUILD_BUILDID%" == "" (
%CODE% .\node_modules\mocha\bin\_mocha --reporter dot %* | .\resources\win32\bin\cat
%CODE% .\node_modules\mocha\bin\_mocha --reporter dot %*
)
popd