Skip to content

Commit 938a910

Browse files
committed
fix: Actually setup notarize
1 parent 8de2d73 commit 938a910

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"babel-loader": "^8.0.6",
7878
"electron": "^7.1.5",
7979
"electron-builder": "^22.3.2",
80+
"electron-notarize": "^0.2.1",
8081
"electron-webpack": "^2.7.4",
8182
"eslint": "^6.7.2",
8283
"eslint-config-prettier": "^6.7.0",

scripts/notarize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports.default = async function notarizing(context) {
1010
const appName = context.packager.appInfo.productFilename;
1111

1212
return await notarize({
13-
appBundleId: 'com.yourcompany.yourAppId',
13+
appBundleId: 'com.reactotron.app',
1414
appPath: `${appOutDir}/${appName}.app`,
1515
appleId: process.env.APPLEID,
1616
appleIdPassword: process.env.APPLEIDPASS,

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5670,6 +5670,14 @@ electron-log@^4.0.0:
56705670
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-4.0.0.tgz#9315e4a5e6be5e2a158909856b2d2cb4d760cd6d"
56715671
integrity sha512-pj5Om0XoImjoq60zgvTv86W+2+7VMQIW0jmKWkXXTTjiC2L2WNfNDfMbpqo8Qj2szY1LsVyFhgRNBLXVrYNDJQ==
56725672

5673+
electron-notarize@^0.2.1:
5674+
version "0.2.1"
5675+
resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-0.2.1.tgz#759e8006decae19134f82996ed910db26d9192cc"
5676+
integrity sha512-oZ6/NhKeXmEKNROiFmRNfytqu3cxqC95sjooG7kBXQVEUSQkZnbiAhxVh5jXngL881G197pbwpeVPJyM7Ikmxw==
5677+
dependencies:
5678+
debug "^4.1.1"
5679+
fs-extra "^8.1.0"
5680+
56735681
56745682
version "22.3.2"
56755683
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-22.3.2.tgz#d2e60caf7a9643fe57e501c20acaf32c737b1c50"

0 commit comments

Comments
 (0)