php-heic-to-jpg icon indicating copy to clipboard operation
php-heic-to-jpg copied to clipboard

make sure execution permission is set

Open Tsjippy opened this issue 1 year ago • 1 comments

we should add something like this:

$path   = MODULE_PATH  . 'lib/vendor/maestroerror/php-heic-to-jpg/bin/heicToJpg';
if(!is_executable($path)){
    chmod($path, 0555);
}

Tsjippy avatar Apr 19 '24 12:04 Tsjippy

@Tsjippy I will work on it later, thanks 👍

MaestroError avatar Apr 21 '24 09:04 MaestroError