mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 07:34:44 -04:00
⚡ Build UNIX & Windows cursor
This commit is contained in:
parent
37d0dfca4d
commit
1b4fdce0b5
6 changed files with 285 additions and 7 deletions
|
@ -1,6 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from applbuild.generator import build
|
||||
from pathlib import Path
|
||||
|
||||
build()
|
||||
from applbuild.generator import xbuild
|
||||
|
||||
bitmaps_dir = Path("../pngs")
|
||||
x_out_dir = Path("../themes") / "macOSBigSur"
|
||||
|
||||
xbuild(bitmaps_dir, x_out_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue