From 2b18a1d9c3afdea1ecc8d6bad8ce0e84e3560717 Mon Sep 17 00:00:00 2001 From: Ari Selseng Date: Tue, 3 Apr 2018 11:34:28 +0200 Subject: [PATCH] drop install.php and do it on each call, feels more safe. --- appinfo/install.php | 6 ------ lib/RawPreview.php | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 appinfo/install.php diff --git a/appinfo/install.php b/appinfo/install.php deleted file mode 100644 index 489671b..0000000 --- a/appinfo/install.php +++ /dev/null @@ -1,6 +0,0 @@ -converter = $perl_bin . ' ' . realpath(__DIR__ . '/../vendor/jmoati/exiftool-bin/exiftool');