mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Use the $PATH
This commit is contained in:
parent
bb686b5a27
commit
546149a88d
@ -24,7 +24,7 @@ File getThumbnailPath(db, id) {
|
||||
|
||||
void createThumbnail(original, thumb) {
|
||||
thumb.dir.mkdirs()
|
||||
execute '/usr/local/bin/convert', original, '-strip', '-thumbnail', '48x48>', 'PNG8:' + thumb
|
||||
execute 'convert', original, '-strip', '-thumbnail', '48x48>', 'PNG8:' + thumb
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user