From b6e500ded081f027d557be516bfd50d17831c2be Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 29 May 2020 15:57: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 b11384fb4c..0fbb639743 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' : - 'B88F1DCCB326519E05AA5598D8FBB1A5CBC3D8AD', + 'D74888A42C2BF78F18A4065ACD97A3E1BBBBFEF642B0F8D1661789C7C5563540', '--entitlements', entitlementsPath ];