From 1a636fa9c073c99e519074e8f9ecc967fd0f16fc Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 31 Oct 2021 00:55:35 +0100 Subject: moved generated gifs to a different place --- gif.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gif.py') 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") -- cgit v1.2.1