💖 Build windows cursors

This commit is contained in:
ful1e5 2021-01-29 18:16:28 +05:30
parent 03fb3693d5
commit 7c35cc1a57
2 changed files with 4 additions and 2 deletions

View file

@ -58,7 +58,7 @@ def wbuild(bitmaps_dir: LikePath, win_out_dir: Path) -> None:
delay = item["delay"]
with CursorAlias.from_bitmap(png, hotspot) as alias:
alias = alias.create(X_SIZES, delay)
alias.create(X_SIZES, delay)
if item.get("win_key"):
position = item["position"]