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 20:50:35 +07:00
parent e9d961939c
commit a75a8ec1e5
3 changed files with 3 additions and 5 deletions

View File

@ -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">

View File

@ -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"

View File

@ -22,4 +22,4 @@ parts:
- libchromaprint-tools
- curl
after:
- desktop-gtk2
- desktop-glib-only