This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 4ab1bed Fix property name
4ab1bed is described below
commit 4ab1bed56f1e642e9ddf07d33d3b84a98bbee7ed
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 18 22:31:04 2021 +0000
Fix property name
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 4d2a167..9de574a 100644
--- a/build.xml
+++ b/build.xml
@@ -2572,7 +2572,7 @@ skip.installer property in build.properties" />
<target name="-installer-sign-uninstaller"
unless="skip.installer" depends="-installer-create-uninstaller"
if="${do.codesigning}">
- <exec executable="${signtool.exec}" failonerror="true">
+ <exec executable="${codesigning.exec}" failonerror="true">
<arg value="sign"/>
<arg value="/sha1"/>
<arg value="${codesigning.certificate.thumbprint}"/>
@@ -2602,7 +2602,7 @@ skip.installer property in build.properties" />
<target name="installer-sign"
description="Builds and optionally signs the Windows installer"
depends="-installer" if="${do.codesigning}" >
- <exec executable="${signtool.exec}" failonerror="true">
+ <exec executable="${codesigning.exec}" failonerror="true">
<arg value="sign"/>
<arg value="/sha1"/>
<arg value="${codesigning.certificate.thumbprint}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]