This commit is contained in:
rattatwinko
2025-04-15 18:52:08 +02:00
parent ea80ed32fa
commit 6fa8b4bfc8
7 changed files with 14 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ import tempfile
import traceback
import threading
GITHUB_REPO_ZIP = "https://github.com/ZockerKatze/pfand/archive/refs/heads/main.zip"
GITHUB_REPO_ZIP = "https://github.com/ZockerKatze/pfand_PKG/archive/refs/heads/main.zip"
IGNORED_FILES = {"key.py"}
class GitHubUpdater(tk.Toplevel):