Update gulpfile.js

This commit is contained in:
Kyle Spearrin 2020-05-29 15:58:57 -04:00 committed by GitHub
parent b6e500ded0
commit 88129f9135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ function distSafariApp(cb, subBuildPath) {
'--force', '--force',
'--sign', '--sign',
subBuildPath === 'mas' ? '3rd Party Mac Developer Application: 8bit Solutions LLC' : subBuildPath === 'mas' ? '3rd Party Mac Developer Application: 8bit Solutions LLC' :
'D74888A42C2BF78F18A4065ACD97A3E1BBBBFEF642B0F8D1661789C7C5563540', '6B287DD81FF922D86FD836128B0F62F358B38726',
'--entitlements', '--entitlements',
entitlementsPath entitlementsPath
]; ];