Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Cracko298 authored Aug 18, 2024
1 parent 251aaa8 commit 172c423
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys, shutil, os, random, string, json, re, time, zipfile, io
from tkinter import ttk, messagebox, filedialog
import tkinter as tk
VERSION = 0.3
VERSION = 0.31


try:
Expand Down Expand Up @@ -742,9 +742,10 @@ def updateApplication():
return

if latest_version > VERSION:
answer = messagebox.askyesno("Update Avaliable", "An Update is Avaliable to Download.\nWould you like to download and install it?\n\nThis will require an Application restart immediately after installing.")
answer = messagebox.askyesno("Update Avaliable", "An Update is Avaliable to Download.\nWould you like to download and install it?\n\nThis will require an Application restart automatically after installing.\nAll unsaved Model Data will be lost.\nAll saved Model Data won't be touched.")

if answer:
root.destroy()
assets = response_data['assets']
zip_url = None
for asset in assets:
Expand Down
Binary file added mc3ds-model-editor.zip
Binary file not shown.
Binary file modified modules/__pycache__/JOAAThash.cpython-312.pyc
Binary file not shown.
Binary file modified modules/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified modules/__pycache__/bjson.cpython-312.pyc
Binary file not shown.
Binary file modified modules/__pycache__/conversions.cpython-312.pyc
Binary file not shown.
Binary file modified modules/__pycache__/updateDatabase.cpython-312.pyc
Binary file not shown.

0 comments on commit 172c423

Please sign in to comment.