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

Update snap package (still broken though)

This commit is contained in:
Reinhard Pointner 2018-06-13 15:24:30 +07:00
parent f299b43fa6
commit 3f096b2c38
2 changed files with 7 additions and 3 deletions

View File

@ -668,7 +668,7 @@
</copy> </copy>
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes"> <exec executable="snapcraft" dir="${dir.staging}" failonerror="yes">
<arg line="snap" /> <arg line="cleanbuild" />
</exec> </exec>
</target> </target>

View File

@ -15,7 +15,11 @@ apps:
parts: parts:
filebot: filebot:
after: [desktop-gtk2]
plugin: dump plugin: dump
source: filebot source: filebot
stage-packages: [libc6, libmediainfo0v5, libchromaprint-tools, curl] stage-packages:
- libmediainfo0v5
- libchromaprint-tools
- curl
after:
- desktop-gtk2