We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97a117 commit 219537dCopy full SHA for 219537d
1 file changed
build.xml
@@ -92,14 +92,14 @@
92
<arg value="--app-version"/><arg value="${app.version}"/>
93
<arg value="--linux-shortcut"/>
94
</exec>
95
-
96
- <move tofile="${dist.dir}/${app.name}-Linux.deb">
+ <move todir="${dist.dir}">
97
<fileset dir="${dist.dir}">
98
<include name="${app.name}*.deb"/>
99
<exclude name="${app.name}-Linux.deb"/>
100
</fileset>
+ <mapper type="merge" to="${app.name}-Linux.deb"/>
101
</move>
102
- <echo message="Success! Debian Package: ${dist.dir}/${app.name}-Linux.deb"/>
+ <echo message="Success! Debian Package: ${dist.dir}/${app.name}-Linux.deb"/>
103
</target>
104
105
</project>
0 commit comments