This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new d47723437d Use nsis source files to control nsis source download
d47723437d is described below
commit d47723437d52f9473e14bcdd5c189e5f05551b62
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 64799986f4..fceaf73c73 100644
--- a/build.xml
+++ b/build.xml
@@ -3648,8 +3648,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]