mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
Update snap package (still broken though)
This commit is contained in:
parent
841d50bd80
commit
bd833050f1
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user