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

Use snapcraft cleanbuild because snapcraft doesn't work properly on 18.04

This commit is contained in:
Reinhard Pointner 2018-06-20 15:57:27 +07:00
parent a5383a8d86
commit d10e7b18e6
2 changed files with 4 additions and 0 deletions

View File

@ -500,6 +500,9 @@
<fileset dir="${dir.root}" includes="**/fpcalc" />
</chmod>
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes">
<arg line="cleanbuild" />
</exec>
</target>

View File

@ -17,3 +17,4 @@ parts:
plugin: dump
source: root
stage-packages: [openjdk-8-jre, openjfx, jayatana, libmediainfo0v5, libchromaprint-tools]
after: [desktop-gtk2]