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:
parent
a5383a8d86
commit
d10e7b18e6
@ -500,6 +500,9 @@
|
||||
<fileset dir="${dir.root}" includes="**/fpcalc" />
|
||||
</chmod>
|
||||
|
||||
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes">
|
||||
<arg line="cleanbuild" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
||||
|
@ -17,3 +17,4 @@ parts:
|
||||
plugin: dump
|
||||
source: root
|
||||
stage-packages: [openjdk-8-jre, openjfx, jayatana, libmediainfo0v5, libchromaprint-tools]
|
||||
after: [desktop-gtk2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user