fix: update squirrel.mac to handle bug in Big Sur (#25864)
Fixes #25626 This is not the greatest workaround but at least it works.
This commit is contained in:
parent
cbe751d349
commit
501900cdc6
3 changed files with 3 additions and 3 deletions
|
@ -307,7 +307,7 @@ describeFn('autoUpdater behavior', function () {
|
|||
|
||||
await relaunchPromise;
|
||||
expect(requests).to.have.lengthOf(3);
|
||||
expect(requests[2]).to.have.property('url', '/update-check/updated/2.0.0');
|
||||
expect(requests[2].url).to.equal('/update-check/updated/2.0.0');
|
||||
expect(requests[2].header('user-agent')).to.include('Electron/');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue