Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
[build] revert sign_cert_cn should be blank
Browse files Browse the repository at this point in the history
Also update the manual distribution.plist to tlsssl 1.1.0
  • Loading branch information
Clayton Burlison committed Mar 10, 2017
1 parent 64b19dc commit 32ac8a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions build/distribution.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
<pkg-ref id="com.clburlison.tlsssl"/>
</choice>
<pkg-ref id="com.clburlison.tlsssl" version="1.0.0" onConclusion="none">tlsssl-1.0.0.pkg</pkg-ref>
<pkg-ref id="com.clburlison.tlsssl" version="1.0.0" onConclusion="none">tlsssl-1.1.0.pkg</pkg-ref>
</installer-gui-script>
10 changes: 5 additions & 5 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ base_install_path: /Library/vendored
pkgid: com.example
# If you want to sign your package with a developer certificate. (OPTIONAL)
# EX: sign_cert_cn: Developer ID Installer: Clayton Burlison
sign_cert_cn: Developer ID Installer: Clayton Burlison
# python .pth file name. If left blank file is written.
# Make sure the file extension of .pth is present or this won't work
pth_fname: vendored.pth
sign_cert_cn:
# python .pth file name. If left blank no file is written to disk.
# Make sure the file extension of .pth is present or this won't work.
# The leading zeros help make it higher in the path so I recommend keeping them.
pth_fname: 000vendored.pth

############## openssl variables ##############
# the temporary build directory for openssl. Can be relative or absolute file paths
Expand Down Expand Up @@ -44,4 +45,3 @@ tlsssl_version: 1.1.0

[override]
pkgid: com.clburlison

0 comments on commit 32ac8a1

Please sign in to comment.