Commit 38fff92c authored by 张永's avatar 张永

修复文件路径不存在问题

parent 5abda5d0
...@@ -55,7 +55,6 @@ def channel_build(version=None, channels=None, data=None, ): ...@@ -55,7 +55,6 @@ def channel_build(version=None, channels=None, data=None, ):
# 遍历渠道号并创建对应渠道号的apk文件 # 遍历渠道号并创建对应渠道号的apk文件
for channel in channels: for channel in channels:
build_one_channel(chn_pkg, channel) build_one_channel(chn_pkg, channel)
os.remove(target_path)
def build_one_channel(pkg_obj, channel): def build_one_channel(pkg_obj, channel):
......
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