Experiment with appx build

This commit is contained in:
Reinhard Pointner 2016-09-19 19:25:03 +08:00
parent 5bf3bb2942
commit cd71aeab2e
1 changed files with 4 additions and 0 deletions

View File

@ -597,6 +597,10 @@
<arg line="pack /d appx /p ${title}_${version}.appx" />
</exec>
<exec executable="signtool" dir="${dir.dist}" failonerror="yes">
<arg line="sign /fd SHA256 /t http://time.certum.pl/ /v /a ${title}_${version}.appx" />
</exec>
<copy todir="${dir.release}" file="${dir.dist}/${title}_${version}.appx" verbose="yes" />
</target>