This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 02576f283b Use nsis source files to control nsis source download
02576f283b is described below

commit 02576f283bd1d756aa93479cb79b2bba95f87bb4
Author: Mark Thomas <ma...@apache.org>
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 cdc653b773..a8e51d2526 100644
--- a/build.xml
+++ b/build.xml
@@ -3575,8 +3575,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to