|
@@ -338,8 +338,6 @@ def copyAppRes(game, sdk, subChannel, config):
|
|
temPath = 'skin/' + single_file
|
|
temPath = 'skin/' + single_file
|
|
z.write(filepath, temPath)
|
|
z.write(filepath, temPath)
|
|
z.close()
|
|
z.close()
|
|
- if ret:
|
|
|
|
- return ret
|
|
|
|
else:
|
|
else:
|
|
print('normal copy assets...')
|
|
print('normal copy assets...')
|
|
assetsPath = file_utils.getFullPath(channelPath, 'assets')
|
|
assetsPath = file_utils.getFullPath(channelPath, 'assets')
|