From 0241b9da111f3494ca714451c6d058502bd52b57 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 10 Mar 2020 11:24:00 -0400 Subject: [PATCH] change thumbprint --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 98917519bef..b11384fb4c7 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' : - 'C12A12E8595453C8B57028790FADB6AD426165AE', + 'B88F1DCCB326519E05AA5598D8FBB1A5CBC3D8AD', '--entitlements', entitlementsPath ];