Experiment with appx build
This commit is contained in:
parent
a9883b8d5f
commit
b6d1fe7f33
|
@ -594,10 +594,8 @@
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<exec executable="makeappx" dir="${dir.dist}" failonerror="yes">
|
<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>
|
</exec>
|
||||||
|
|
||||||
<copy todir="${dir.release}" file="${dir.dist}/${title}_${version}.appx" verbose="yes" />
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue