Update summon task to download XLB images
This commit is contained in:
parent
422651668e
commit
717c08ea8f
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ namespace :granblue do
|
|||
f.write("#{build_summon_url("#{s.granblue_id}_02",
|
||||
size)} \n")
|
||||
end
|
||||
|
||||
if s.xlb
|
||||
f.write("#{build_summon_url("#{s.granblue_id}_03",
|
||||
size)} \n")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue