Added customization for music controller buttons

This commit is contained in:
Choco
2025-05-12 17:48:49 +08:00
parent dadf4bd210
commit 164b4b10dd
4 changed files with 121 additions and 117 deletions

View File

@@ -31,11 +31,10 @@ import subprocess
from io import BytesIO
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
__version__ = "v2.7.1"
__version__ = "v2.7.2b1"
# URLs for update and migration
PYTHON_CMD_NAME = os.path.basename(sys.executable)
print(PYTHON_CMD_NAME)
GITHUB_API_URL = "https://api.github.com/repos/ChocoMeow/Vocard/releases/latest"
VOCARD_URL = "https://github.com/ChocoMeow/Vocard/archive/"
MIGRATION_SCRIPT_URL = f"https://raw.githubusercontent.com/ChocoMeow/Vocard-Magration/main/{__version__}.py"