1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

change thumbprint

This commit is contained in:
Kyle Spearrin
2020-03-10 11:24:00 -04:00
parent 2f727f81b4
commit 0241b9da11

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' :
'C12A12E8595453C8B57028790FADB6AD426165AE', 'B88F1DCCB326519E05AA5598D8FBB1A5CBC3D8AD',
'--entitlements', '--entitlements',
entitlementsPath entitlementsPath
]; ];