Browse Source

fix(build): codesign error

Andelf 3 years ago
parent
commit
3dbb6e81d1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/package.json

+ 2 - 1
resources/package.json

@@ -53,6 +53,7 @@
     "electron-rebuild": "3.2.5"
   },
   "resolutions": {
-    "**/electron": "15.1.2"
+    "**/electron": "15.1.2",
+    "**/node-gyp": "9.0.0"
   }
 }