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:
Samuel Attard 2020-10-12 19:01:49 -07:00 committed by GitHub
parent cbe751d349
commit 501900cdc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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/');
});
});