Skip to content

Commit

Permalink
v2.1.1 release. Compiled and ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
definite-d committed Sep 23, 2023
1 parent ee50bf4 commit 35019c8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Themera

## Latest Version: v2.1.0
## Latest Version: v2.1.1

Themera is currently available in compiled form for:

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9a621b89dfad6ec8e77f1117e76419d8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f1e25c06bad6550d9e9bea1b46da2d5ac919c52b279aac53e75b3cafe0e32727
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e181822765de7cfcefa52bfd35f3a234
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
82659db6885714484bc283fdc2f009f103520c36f15d37266fa4d7670aa1c031
5 changes: 3 additions & 2 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ def zip_output_into_archive(remove_output_dir_after=True):
end="",
)
archive.write(item, item.relative_to(NUITKA_OUTPUT_PATH))
print("\n", end="")
archive.close()
print("", end="")
write_hashes(ZIPFILE_PATH)
print("Done with archiving.")
else:
Expand Down Expand Up @@ -307,5 +308,5 @@ def git_commit(message: str = f"New Commit at {datetime.now()}"):
perform_nuitka_compilation()
compile_installer_for_windows()
zip_output_into_archive()
# git_commit()
git_commit()
print("compile.py has completed execution.")

0 comments on commit 35019c8

Please sign in to comment.