From 3f25b387b4ccaf15e875c1c2e51367ffec391260 Mon Sep 17 00:00:00 2001 From: Hyphen-ated Date: Sat, 16 Dec 2017 14:01:14 -0800 Subject: [PATCH] put the images in the release zip --- release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/release.py b/release.py index a2de938..844b48b 100644 --- a/release.py +++ b/release.py @@ -25,6 +25,7 @@ os.chdir("..") shutil.copy('boots.png', 'src/dist/boots.png') +shutil.copytree('images/', 'src/dist/images/') shutil.move('src/dist/', installDir + 'hover-lib/') shutil.copy('LICENSE.txt', installDir)