diff options
Diffstat (limited to 'gif.py')
-rw-r--r-- | gif.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,7 +58,7 @@ def make(filename, inp=None): frames[0].save(filename, format="GIF", append_images=frames[1:], save_all=True, duration=100, loop=0) -make("images/bg.gif") -make("images/remotecontrol.gif", inp="images/remotecontrol.png") +make("dist/images/bg.gif") +make("dist/images/remotecontrol.gif", inp="images/remotecontrol.png") |