Commit b6dd9cac authored by 智勇's avatar 智勇

up

parent 799ea2af
......@@ -40,7 +40,7 @@ distPaths = []
if project.index('--')>0:
distPaths.append(os.path.abspath(project.split('--')[0] + '/dist'))
distPaths.append(os.path.abspath(project.split('--')[1] + '/dist'))
else
else:
distPaths.append(os.path.abspath(project + '/dist'))
# 过滤符合要求的文件路径
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment