mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
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:
2
MaaDeps
2
MaaDeps
Submodule MaaDeps updated: 10d51f5832...9fbe591562
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user