From 312a189c683f7b1a11a1b5aeb5ba14c3d17d4c43 Mon Sep 17 00:00:00 2001 From: Michal Checinski Date: Wed, 18 Sep 2024 14:53:51 +0200 Subject: [PATCH] Change gulpfile --- apps/browser/gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/browser/gulpfile.js b/apps/browser/gulpfile.js index b58ab852a53..89d944cdec8 100644 --- a/apps/browser/gulpfile.js +++ b/apps/browser/gulpfile.js @@ -161,8 +161,7 @@ function distSafariApp(cb, subBuildPath) { "-o", "runtime", "--sign", - // "Developer ID Application: 8bit Solutions LLC", - "Developer ID Application: 8bit Solutions LLC (LTZ2PFU5D6)", + "Developer ID Application: 8bit Solutions LLC", "--entitlements", entitlementsPath, ];