Commit 279ac296 authored by Ian Craggs's avatar Ian Craggs

Fix windows zip filename

parent 05b1b96c
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
<then> <then>
<exec executable="c:\cygwin\bin\zip.exe" failonerror="true" dir="${output.folder}"> <exec executable="c:\cygwin\bin\zip.exe" failonerror="true" dir="${output.folder}">
<arg value="-r"/> <arg value="-r"/>
<arg value="eclipse-paho-mqtt-c-unix-incubation-${release.version}.zip"/> <arg value="eclipse-paho-mqtt-c-windows-incubation-${release.version}.zip"/>
<arg value="about.html"/> <arg value="about.html"/>
<arg value="notice.html"/> <arg value="notice.html"/>
<arg value="README.md"/> <arg value="README.md"/>
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
<else> <else>
<exec executable="tar" failonerror="true" dir="${output.folder}"> <exec executable="tar" failonerror="true" dir="${output.folder}">
<arg value="acf"/> <arg value="acf"/>
<arg value="eclipse-paho-mqtt-c-unix-incubation-${release.version}.tar.gz"/> <arg value="eclipse-paho-mqtt-c-${os.family}-incubation-${release.version}.tar.gz"/>
<arg value="about.html"/> <arg value="about.html"/>
<arg value="notice.html"/> <arg value="notice.html"/>
<arg value="README.md"/> <arg value="README.md"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment