This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 9f4ef0d22c Use nsis source files to control nsis source download
9f4ef0d22c is described below
commit 9f4ef0d22cd6e96bc995800e9c409928173c8d18
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Mar 4 14:30:56 2025 +0000
Use nsis source files to control nsis source download
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index f1e678760a..602dae09cc 100644
--- a/build.xml
+++ b/build.xml
@@ -3622,8 +3622,8 @@ Configured for ${release.asfusername} to release Tomcat
${version.major}.${versi
<antcall target="downloadbz2">
<param name="sourcefile" value="${nsis.src.loc}"/>
- <param name="destfile" value="${nsis.executable.windows}"/>
- <param name="destdir" value="${nsis.bin.home}/.."/>
+ <param name="destfile" value="${nsis.src.home}/INSTALL"/>
+ <param name="destdir" value="${nsis.src.home}/.."/>
<param name="checksum.enabled" value="${nsis.checksum.enabled}"/>
<param name="checksum.algorithm" value="${nsis.src.checksum.algorithm}"/>
<param name="checksum.value" value="${nsis.src.checksum.value}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]