🗒️ Better logs

This commit is contained in:
ful1e5 2021-02-23 18:17:53 +05:30
parent e73fcacf95
commit 0871081f52
2 changed files with 7 additions and 4 deletions

View file

@ -107,6 +107,9 @@ comments = {
for theme in bitmaps_dir.iterdir():
name: str = theme.stem
print(f"=> Building {name}")
x_out_dir = Path(args.out_dir) / name
win_out_dir = Path(args.out_dir) / f"{name}-Windows"