ci: cn、com区域打包逻辑分离。
This commit is contained in:
parent
0424166eb0
commit
037588926f
@ -166,7 +166,7 @@ platform :android do
|
||||
realPath = File.join($path_dir_build, path)
|
||||
if File.directory?(realPath)
|
||||
Dir.glob("#{realPath}/**/*").each do |file|
|
||||
if File.directory?(realPath)
|
||||
if File.directory?(file)
|
||||
UI.message("Find child dir path: #{file}")
|
||||
elsif extensions.include?(File.extname(file))
|
||||
process_file(file,regexp_List)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user