Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
Added .exe
  • Loading branch information
GaelHF committed Feb 12, 2024
1 parent 73d2b17 commit 8c4704b
Show file tree
Hide file tree
Showing 10 changed files with 5,982 additions and 6,009 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

app = ctk.CTk()
app.geometry("500x200")
app.title("Mechanik - v1.5.0")
app.title(f"Mechanik - {update.current_version}")
app.iconbitmap("./assets/icon.ico")
ctk.set_appearance_mode("Dark")

Expand Down
3,988 changes: 1,994 additions & 1,994 deletions build/app/Analysis-00.toc

Large diffs are not rendered by default.

3,986 changes: 1,993 additions & 1,993 deletions build/app/EXE-00.toc

Large diffs are not rendered by default.

3,984 changes: 1,992 additions & 1,992 deletions build/app/PKG-00.toc

Large diffs are not rendered by default.

Binary file modified build/app/PYZ-00.pyz
Binary file not shown.
Binary file modified build/app/app.pkg
Binary file not shown.
Binary file modified dist/Mechanik.exe
Binary file not shown.
27 changes: 0 additions & 27 deletions dist/editor.py

This file was deleted.

2 changes: 1 addition & 1 deletion dist/update.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
import json

current_version = "v1.5.0"
current_version = "v1.5.5"
current_version_m = current_version.replace("v", "")
current_version_m = current_version_m.replace(".", "")

Expand Down
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
import json

current_version = "v1.5.0"
current_version = "v1.5.5"
current_version_m = current_version.replace("v", "")
current_version_m = current_version_m.replace(".", "")

Expand Down

0 comments on commit 8c4704b

Please sign in to comment.