Update snap package (still broken though)

This commit is contained in:
Reinhard Pointner 2018-06-13 21:22:23 +07:00
parent 841d50bd80
commit bd833050f1
3 changed files with 3 additions and 6 deletions

View File

@ -667,8 +667,7 @@
<!-- include native binaries that are not available via apt -->
<copy todir="${dir.root}/usr/lib/filebot/lib">
<fileset dir="${dir.lib}/native/linux-amd64">
<include name="libjnidispatch.so" />
<include name="lib7-Zip-JBinding.so" />
<include name="*.so" />
</fileset>
</copy>

View File

@ -1,4 +1,5 @@
#!/bin/sh
export LANG="en_US.UTF-8"
export JAVA_HOME="$SNAP/usr/lib/jre"
export PATH="$JAVA_HOME/jre/bin:$PATH"

View File

@ -10,7 +10,7 @@ architectures: [amd64]
apps:
filebot:
command: bin/desktop-launch $SNAP/bin/filebot.sh
command: bin/filebot.sh
plugs: [unity7, opengl, x11, home, removable-media, network, network-bind, pulseaudio, gsettings]
parts:
@ -20,6 +20,3 @@ parts:
stage-packages:
- libmediainfo0v5
- libchromaprint-tools
- curl
after:
- desktop-glib-only