Skip to content

Commit

Permalink
Renamed the release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ChielBruin committed Aug 27, 2019
1 parent 548cc25 commit 86c9540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spoofax-pygments/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def compose_lexers(tempfile, lexers):
shutil.copyfile(jar, os.path.join(tempfile.name, 'spoofax-pygmentize-core.jar'))

print('Zipping files')
with zipfile.ZipFile('Release.zip', 'w', zipfile.ZIP_DEFLATED) as zip:
with zipfile.ZipFile('Spoofax-pygments-release.zip', 'w', zipfile.ZIP_DEFLATED) as zip:
for file in os.listdir(tempfile.name):
zip.write(os.path.join(tempfile.name, file), arcname=os.path.basename(file))

0 comments on commit 86c9540

Please sign in to comment.