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:
parent
e9d961939c
commit
a75a8ec1e5
@ -657,7 +657,7 @@
|
||||
<fileset dir="${dir.installer}/snap" />
|
||||
</copy-replace>
|
||||
<chmod perm="+x" verbose="yes">
|
||||
<fileset dir="${dir.root}/bin" />
|
||||
<fileset dir="${dir.root}/**/bin/**" />
|
||||
</chmod>
|
||||
|
||||
<copy todir="${dir.root}/usr/lib/filebot/jar">
|
||||
|
@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
export LANG="en_US.UTF-8"
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
#!/bin/sh
|
||||
|
||||
export JAVA_HOME="$SNAP/usr/lib/jre"
|
||||
export PATH="$JAVA_HOME/jre/bin:$PATH"
|
||||
|
@ -22,4 +22,4 @@ parts:
|
||||
- libchromaprint-tools
|
||||
- curl
|
||||
after:
|
||||
- desktop-gtk2
|
||||
- desktop-glib-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user