This commit is contained in:
jxxghp
2023-11-19 09:48:06 +08:00
parent ed59a90d78
commit a7752ceb17

View File

@ -54,7 +54,7 @@ class ResourceHelper(metaclass=Singleton):
if platform and platform != SystemUtils.platform:
continue
# 判断本地是否存在
local_path = self._base_dir / target
local_path = self._base_dir / target / rname
if not local_path.exists():
continue
# 判断版本号