mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-22 03:05:13 -04:00
🗒️ Better logs
This commit is contained in:
parent
e73fcacf95
commit
0871081f52
2 changed files with 7 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue