Skip to content

Commit

Permalink
put the images in the release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyphen-ated committed Dec 16, 2017
1 parent 088aa5b commit 3f25b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3f25b38

Please sign in to comment.