Experiment with appx build

This commit is contained in:
Reinhard Pointner 2016-09-20 02:57:57 +08:00
parent a9883b8d5f
commit b6d1fe7f33
1 changed files with 1 additions and 3 deletions

View File

@ -594,10 +594,8 @@
</copy>
<exec executable="makeappx" dir="${dir.dist}" failonerror="yes">
<arg line="pack /d appx /p ${title}_${version}.appx" />
<arg line="pack /d appx /p ${title}_${version}_r${revision}.appx" />
</exec>
<copy todir="${dir.release}" file="${dir.dist}/${title}_${version}.appx" verbose="yes" />
</target>