Skip to content

Commit

Permalink
Update electron-notarize to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Oct 30, 2023
1 parent f67fabb commit cb0517d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build/entitlements.mac.inherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- https://github.com/electron/electron-notarize#prerequisites -->
<!-- https://github.com/electron/notarize#prerequisites -->
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion build/entitlements.mas.inherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- https://github.com/electron/electron-notarize#prerequisites -->
<!-- https://github.com/electron/notarize#prerequisites -->
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@electron/fuses": "1.5.0",
"@electron/notarize": "2.1.0",
"@formatjs/intl": "2.6.7",
"@mixer/parallel-prettier": "2.0.3",
"@signalapp/mock-server": "4.3.0",
Expand Down Expand Up @@ -275,7 +276,6 @@
"electron": "25.9.3",
"electron-builder": "24.6.3",
"electron-mocha": "11.0.2",
"electron-notarize": "1.2.1",
"endanger": "7.0.4",
"esbuild": "0.17.11",
"eslint": "8.30.0",
Expand Down
2 changes: 1 addition & 1 deletion ts/scripts/notarize-universal-dmg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { BuildResult } from 'electron-builder';

import { notarize } from 'electron-notarize';
import { notarize } from '@electron/notarize';

import * as packageJson from '../../package.json';

Expand Down
2 changes: 1 addition & 1 deletion ts/scripts/notarize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import path from 'path';
import type { AfterPackContext } from 'electron-builder';

import { notarize } from 'electron-notarize';
import { notarize } from '@electron/notarize';

import * as packageJson from '../../package.json';

Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,15 @@
optionalDependencies:
global-agent "^3.0.0"

"@electron/notarize@2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.1.0.tgz#76aaec10c8687225e8d0a427cc9df67611c46ff3"
integrity sha512-Q02xem1D0sg4v437xHgmBLxI2iz/fc0D4K7fiVWHa/AnW8o7D751xyKNXgziA6HrTOme9ul1JfWN5ark8WH1xA==
dependencies:
debug "^4.1.1"
fs-extra "^9.0.1"
promise-retry "^2.0.1"

"@electron/notarize@^1.2.3":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-1.2.4.tgz#a7d38773f4cad40df111a5edc64037e5d768ea1e"
Expand Down Expand Up @@ -8998,14 +9007,6 @@ electron-mocha@11.0.2:
which "^2.0.2"
yargs "^16.2.0"

electron-notarize@1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-1.2.1.tgz#347c18eca8e29dddadadee511b870c13d4008baf"
integrity sha512-u/ECWhIrhkSQpZM4cJzVZ5TsmkaqrRo5LDC/KMbGF0sPkm53Ng59+M0zp8QVaql0obfJy9vlVT+4iOkAi2UDlA==
dependencies:
debug "^4.1.1"
fs-extra "^9.0.1"

electron-publish@24.5.0:
version "24.5.0"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-24.5.0.tgz#492a4d7caa232e88ee3c18f5c3b4dc637e5e1b3a"
Expand Down

0 comments on commit cb0517d

Please sign in to comment.