You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/codeSign.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import BluebirdPromise from "bluebird-lst-c"
7
7
import{randomBytes}from"crypto"
8
8
import{TmpDir}from"./util/tmp"
9
9
10
-
constappleCertificatePrefixes=["Developer ID Application:","Developer ID Installer:","3rd Party Mac Developer Application:","3rd Party Mac Developer Installer:"]
10
+
exportconstappleCertificatePrefixes=["Developer ID Application:","Developer ID Installer:","3rd Party Mac Developer Application:","3rd Party Mac Developer Installer:"]
11
11
12
12
exporttypeCertType="Developer ID Application"|"Developer ID Installer"|"3rd Party Mac Developer Application"|"3rd Party Mac Developer Installer"|"Mac Developer"
0 commit comments