Skip to content

Commit

Permalink
Make exiftool.bin more portable. Fixes unraid environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariselseng committed Aug 10, 2020
1 parent fbd842a commit aa5439f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<summary>Preview and show camera RAW files in Nextcloud/ownCloud</summary>
<description>
<![CDATA[This app will make previews of &quot;RAW&quot; files from cameras in Nextcloud/ownCloud.]]></description>
<version>0.7.7</version>
<version>0.7.8</version>
<licence>agpl</licence>
<author mail="[email protected]" >Ari Selseng</author>
<namespace>CameraRawPreviews</namespace>
Expand Down
8 changes: 6 additions & 2 deletions build/tools/perl-build/build/exiftool_wrapper.pl
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
use FindBin;
require "$FindBin::Bin/exiftool";
use strict;
use warnings;
use File::Basename;

my $dir = dirname("$^X");
require "$dir/exiftool";
2 changes: 1 addition & 1 deletion build/tools/perl-build/build/perl.bundle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
static
usepacklists
strip ppi
use FindBin
use File::Basename
use File::Glob
use Archive::Zip
use Compress::Zlib
Expand Down

0 comments on commit aa5439f

Please sign in to comment.