fix bug
This commit is contained in:
@ -54,7 +54,7 @@ class ResourceHelper(metaclass=Singleton):
|
|||||||
if platform and platform != SystemUtils.platform:
|
if platform and platform != SystemUtils.platform:
|
||||||
continue
|
continue
|
||||||
# 判断本地是否存在
|
# 判断本地是否存在
|
||||||
local_path = self._base_dir / target
|
local_path = self._base_dir / target / rname
|
||||||
if not local_path.exists():
|
if not local_path.exists():
|
||||||
continue
|
continue
|
||||||
# 判断版本号
|
# 判断版本号
|
||||||
|
Reference in New Issue
Block a user