File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 channel : ${{ matrix.channel }}
2626
27- - name : install windows build tools
28- if : contains(matrix.os, 'windows')
29- run : |
30- choco install visualcpp-build-tools --version=14.0.25420.1 --ignore-dependencies -y --params "'/IncludeRequired'"
31- echo "VCTargetsPath='C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140'" >> $GITHUB_ENV
3227 - name : install dependencies
3328 run : apm ci
3429
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ export class RendererProcess {
268268 this . onExecStarted = onExecStarted ;
269269
270270 this . win = new BrowserWindow ( { show : ! ! process . env . ATOM_GITHUB_SHOW_RENDERER_WINDOW ,
271- webPreferences : { nodeIntegration : true } } ) ;
271+ webPreferences : { nodeIntegration : true , enableRemoteModule : true } } ) ;
272272 this . webContents = this . win . webContents ;
273273 // this.webContents.openDevTools();
274274
You can’t perform that action at this time.
0 commit comments