mix image export

pull/1/head
qwewqa 4 years ago
parent 2787667d6e
commit bfb2de981e
  1. 2
      export_assets.py

@ -30,7 +30,7 @@ def main():
for chart in music.charts.values(): for chart in music.charts.values():
try: try:
shutil.copy(chart.image_path, target_dir / get_chart_image_path(chart)) shutil.copy(chart.image_path, target_dir / get_chart_image_path(chart))
shutil.copy(chart.image_path, target_dir / get_chart_mix_path(chart)) shutil.copy(chart.mix_path, target_dir / get_chart_mix_path(chart))
except FileNotFoundError: except FileNotFoundError:
pass pass

Loading…
Cancel
Save