Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IamEld3st committed Apr 7, 2020
1 parent 1a5ef13 commit 2c04672
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
# Iterate over all the files in directory
for folderName, subfolders, filenames in os.walk('./build/'):
for filename in filenames:
# create complete filepath of file in directory
filePath = os.path.join(folderName, filename)
# Add file to zip
zipObj.write(filePath)
zipObj.write(filename)

shutil.rmtree('./build/')

0 comments on commit 2c04672

Please sign in to comment.