Skip to content

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Oct 28, 2023
1 parent 383ccdb commit 6b990b5
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 40 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ cache:

install:
- ps: Install-Product node $env:nodejs_version
- yarn config set network-timeout 600000 -g
- yarn
- npm i --openssl-fips=''

build_script:
- cmd: node --version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"axe-playwright": "^1.1.11",
"bindings": "^1.5.0",
"depcheck": "^1.4.3",
"electron": "22.3.25",
"electron": "11.5.0",
"electron-builder": "^23.0.3",
"electron-builder-squirrel-windows": "^23.0.6",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/preload-chooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contextBridge.exposeInMainWorld( 'crossover', {
if ( validChannels.has( channel ) ) {

// Deliberately strip event as it includes `sender`
ipcRenderer.on( channel, ( event, ...args ) => func( ...args ) )
// ipcRenderer.on( channel, ( event, ...args ) => func( ...args ) )

}

Expand Down
Loading

0 comments on commit 6b990b5

Please sign in to comment.