summaryrefslogtreecommitdiff
path: root/gif.py
diff options
context:
space:
mode:
Diffstat (limited to 'gif.py')
-rw-r--r--gif.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gif.py b/gif.py
index 9f0c699..df416f4 100644
--- a/gif.py
+++ b/gif.py
@@ -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")