From 88129f91354538125aa2666dcfa14b31f3d5a702 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 29 May 2020 15:58:57 -0400 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 0fbb639743..0b55e2df14 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -139,7 +139,7 @@ function distSafariApp(cb, subBuildPath) { '--force', '--sign', subBuildPath === 'mas' ? '3rd Party Mac Developer Application: 8bit Solutions LLC' : - 'D74888A42C2BF78F18A4065ACD97A3E1BBBBFEF642B0F8D1661789C7C5563540', + '6B287DD81FF922D86FD836128B0F62F358B38726', '--entitlements', entitlementsPath ];