Skip to content

Commit d880904

Browse files
update
1 parent c043cbc commit d880904

File tree

9 files changed

+1602
-0
lines changed

9 files changed

+1602
-0
lines changed

versions/1.21.1/version_runner.ico

37.7 KB
Binary file not shown.

versions/1.21.1/vulcanoclient_1.21.1.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,6 +1586,10 @@ def create_gui():
15861586

15871587
close_button = ttk.Button(root, text="Afsluiten", command=lambda: delete_images_on_close(root))
15881588
close_button.pack(pady=10)
1589+
1590+
# Add version label to bottom right corner
1591+
version_label = tk.Label(root, text="1.21.1", font=("Arial", 10))
1592+
version_label.pack(side=tk.BOTTOM, anchor=tk.SE, padx=10, pady=5)
15891593

15901594
root.protocol("WM_DELETE_WINDOW", disable_close)
15911595

versions/1.21.4/choco_loading.exe

32 MB
Binary file not shown.

versions/1.21.4/java_loading.exe

40.9 MB
Binary file not shown.

versions/1.21.4/pyinstaller.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyinstaller -i version_runner.ico --onefile --windowed --add-data "java_loading.exe;." --add-data "choco_loading.exe;." --noconsole vulcanoclient_1.21.4.py

versions/1.21.4/version_runner.ico

37.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)