1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00

Try to build on Xenial

This commit is contained in:
Reinhard Pointner 2019-02-04 17:10:31 +07:00
parent 253593860a
commit 442890c063

View File

@ -600,9 +600,7 @@
<fileset dir="${dir.base}" includes="**/bin/**" /> <fileset dir="${dir.base}" includes="**/bin/**" />
</chmod> </chmod>
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes"> <exec executable="snapcraft" dir="${dir.staging}" failonerror="yes" />
<arg line="cleanbuild" />
</exec>
</target> </target>