diff options
author | davidovski <david@davidovski.xyz> | 2021-10-31 00:55:35 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-31 00:55:35 +0100 |
commit | acd5c8e9bddc25b8759f80dd5282d9a8ac6ea1a6 (patch) | |
tree | 9e614edb8d902eb96cf41df184a8c295757cdbf5 /gif.py | |
parent | 3a396753ef985699b52dd056796f338415c99b37 (diff) |
moved generated gifs to a different place
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") |