Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (GH-501) build fixes
  • Loading branch information
ferventcoder committed Mar 25, 2016
2 parents ee0254a + 593db2b commit 76f47ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .uppercut
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@

<property name="app.signtool" value="C:${path.separator}Program Files${path.separator}Microsoft SDKs${path.separator}Windows${path.separator}v7.0A${path.separator}Bin${path.separator}signtool.exe" />
<property name="app.signtool" value="C:${path.separator}Program Files (x86)${path.separator}Microsoft SDKs${path.separator}Windows${path.separator}v7.0A${path.separator}Bin${path.separator}signtool.exe" if="${not file::exists(app.signtool)}" />
<property name="path.code.cert" value="" />
<property name="path.code.cert" value="${environment::get-variable('CHOCOLATEY_OFFICIAL_CERT')}" if="${environment::variable-exists('CHOCOLATEY_OFFICIAL_CERT')}" />
<property name="path.code.cert.password" value="" />
<property name="path.code.cert.password" value="${environment::get-variable('CHOCOLATEY_OFFICIAL_CERT_PASSWORD')}" if="${environment::variable-exists('CHOCOLATEY_OFFICIAL_CERT_PASSWORD')}" />
<property name="code.cert.timestampserver" value="http://timestamp.digicert.com" />
<!-- When Windows 2003 is no longer supported, switch to SHA256 -->
Expand Down

0 comments on commit 76f47ef

Please sign in to comment.