Update summon task to download XLB images

This commit is contained in:
Justin Edmund 2023-01-22 21:01:58 -08:00
parent 422651668e
commit 717c08ea8f

View file

@ -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