Skip to content

Commit

Permalink
Fix giflossy file location to run on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Feb 11, 2017
1 parent 166c499 commit 733a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotoscope/generate.py
Expand Up @@ -68,7 +68,7 @@

# Compress to optimize file size
call([
'../lib/giflossy/gifsicle',
'../lib/giflossy/gifsicle-debian6',
'-O3',
'--lossy=200',
'--colors',
Expand Down

0 comments on commit 733a070

Please sign in to comment.