chore: update maadeps to 2024-08-17 (#10268)

* chore: update maadeps

* chore: FIXME: temporarily hold maadeps version for windows package

---------

Co-authored-by: dantmnf <dantmnf@users.noreply.github.com>
This commit is contained in:
Hao Guan
2024-08-18 23:01:26 +08:00
committed by GitHub
parent 5f3f93473f
commit ffe8bfcf09
2 changed files with 5 additions and 2 deletions

Submodule MaaDeps updated: 10d51f5832...9fbe591562

View File

@@ -10,7 +10,10 @@ from pathlib import Path
import shutil
import http.client
TARGET_TAG = "2024-05-30"
TARGET_TAG = "2024-08-17"
# FIXME: temporarily hold maadeps version for windows package
if platform.system() == "Windows":
TARGET_TAG = "2024-05-30"
basedir = Path(__file__).parent