From 1c5d0014338c146dfa5fcb207e8832e9c3850b1e Mon Sep 17 00:00:00 2001 From: "A. Diamond" Date: Mon, 1 Aug 2022 09:39:35 -0400 Subject: [PATCH] Notarize app after signing --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4d1a42230..326ba6830 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,7 @@ "buildDependenciesFromSource": false, "nodeGypRebuild": false, "npmRebuild": false, + "afterSign": "build/notarize.js", "directories": { "output": "dist" },