Skip to content

Commit d73df72

Browse files
committed
Changed package archive extension in template.
1 parent 449c639 commit d73df72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pioinstaller/pack/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def main():
3636
try:
3737
tmpdir = tempfile.mkdtemp()
3838

39-
pioinstaller_zip = os.path.join(tmpdir, "pioinstaller.zip")
39+
pioinstaller_zip = os.path.join(tmpdir, "pioinstaller.egg")
4040
with open(pioinstaller_zip, "wb") as fp:
4141
fp.write(b64decode(DEPENDENCIES))
4242

0 commit comments

Comments
 (0)