Skip to content

Commit f91d037

Browse files
committed
Disable hook
1 parent 6e836d1 commit f91d037

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

build/afterSignHook.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ module.exports = async function() {
1313
const appPath = path.resolve(__dirname, '../dist/electron/mac/LBRY.app');
1414

1515
if (!fs.existsSync(appPath)) {
16-
throw new Error(`Cannot find application at: ${appPath}`);
16+
console.log(`Cannot find application at: ${appPath}`);
17+
//TODO throw new Error(`Cannot find application at: ${appPath}`);
1718
}
1819

1920
console.log(`Notarizing ${appId} found at ${appPath}`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"devtron": "^1.4.0",
118118
"dotenv-defaults": "^2.0.1",
119119
"dotenv-webpack": "^1.8.0",
120-
"electron": "17.2.0",
120+
"electron": "17.4.11",
121121
"electron-builder": "^22.10.5",
122122
"electron-devtools-installer": "^3.1.1",
123123
"electron-is-dev": "^0.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7838,16 +7838,16 @@ __metadata:
78387838
languageName: node
78397839
linkType: hard
78407840

7841-
"electron@npm:17.2.0":
7842-
version: 17.2.0
7843-
resolution: "electron@npm:17.2.0"
7841+
"electron@npm:17.4.11":
7842+
version: 17.4.11
7843+
resolution: "electron@npm:17.4.11"
78447844
dependencies:
78457845
"@electron/get": ^1.13.0
78467846
"@types/node": ^14.6.2
78477847
extract-zip: ^1.0.3
78487848
bin:
78497849
electron: cli.js
7850-
checksum: f345311f9c79f0852c3116ede2b83a439e8c1c3b2a40c85e5b5912962571fe1d1c19af8231e0215f47da735ebe6064cbc812ae1bdf4f9638de538912b1f6ab7e
7850+
checksum: 2aad627183577d514ad79cb3f99eaa24e8acdba74e464eb62e699ebfe0ce1c12a7890ee5d6f2d5ab32daed0e449f9e161a21fb61841b3931438f215e1ad8099e
78517851
languageName: node
78527852
linkType: hard
78537853

@@ -12552,7 +12552,7 @@ __metadata:
1255212552
devtron: ^1.4.0
1255312553
dotenv-defaults: ^2.0.1
1255412554
dotenv-webpack: ^1.8.0
12555-
electron: 17.2.0
12555+
electron: 17.4.11
1255612556
electron-builder: ^22.10.5
1255712557
electron-devtools-installer: ^3.1.1
1255812558
electron-dl: ^4.0.0

0 commit comments

Comments
 (0)