mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
Experiment with appx build
This commit is contained in:
parent
cd71aeab2e
commit
4778e9ec63
@ -597,10 +597,6 @@
|
||||
<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user