Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly committed Oct 26, 2024
1 parent d64b6b9 commit 427dc7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer-gitee.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def download_file(version_id, url, download_path):
status_label.config(text=f"下载完成 {file_name}{download_path}")

def fetch_versions():
version_manifest = "https://gitee.com/bleaker/unlisted-versions-of-minecraft/raw/gitee/version_manifest.json"
version_manifest = "https://raw.gitcode.com/zkitefly/unlisted-versions-of-minecraft/raw/main/version_manifest.json"
with urllib.request.urlopen(version_manifest) as response:
data = json.loads(response.read().decode())
versions = data["versions"]
Expand All @@ -53,7 +53,7 @@ def fetch_versions():

# 创建主窗口
root = tk.Tk()
root.title("unlisted-versions-of-minecraft 版本下载器 - v1.3")
root.title("unlisted-versions-of-minecraft 版本下载器 - v1.4")

# 创建下载路径输入框和按钮
export_frame = ttk.Frame(root)
Expand Down
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def fetch_versions():

# 创建主窗口
root = tk.Tk()
root.title("unlisted-versions-of-minecraft 版本下载器 - v1.3")
root.title("unlisted-versions-of-minecraft 版本下载器 - v1.4")

# 创建下载路径输入框和按钮
export_frame = ttk.Frame(root)
Expand Down

0 comments on commit 427dc7e

Please sign in to comment.