Skip to content

Commit

Permalink
Generate the packages/ subfolder when builing zips
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 3, 2015
1 parent d76956c commit a36d2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def do_folder(path):
else:
do_folder(package_path)

zip_path = os.path.join(os.getcwd(), 'zips/')
zip_path = os.path.join(os.getcwd(), 'zips/packages/')
if os.path.isdir(zip_path):
for file in os.listdir(zip_path):
print('Deleting', file)
Expand Down

0 comments on commit a36d2e2

Please sign in to comment.