Update update.py
This commit is contained in:
@@ -2,7 +2,7 @@ import requests, zipfile, os, shutil, argparse
|
|||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
||||||
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||||
__version__ = "v2.7.0b1"
|
__version__ = "v2.7.0b2"
|
||||||
|
|
||||||
GITHUB_API_URL = "https://api.github.com/repos/ChocoMeow/Vocard/releases/latest"
|
GITHUB_API_URL = "https://api.github.com/repos/ChocoMeow/Vocard/releases/latest"
|
||||||
VOCARD_URL = "https://github.com/ChocoMeow/Vocard/archive/"
|
VOCARD_URL = "https://github.com/ChocoMeow/Vocard/archive/"
|
||||||
|
|||||||
Reference in New Issue
Block a user