mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-24 20:14:37 -04:00
🔗 Relative imports inside applbuild modules
This commit is contained in:
parent
6558781771
commit
e886686749
3 changed files with 28 additions and 26 deletions
|
@ -6,12 +6,13 @@
|
|||
from pathlib import Path
|
||||
from typing import Any, Dict
|
||||
|
||||
from applbuild.constants import AUTHOR, COMMENT, THEME_NAME, URL
|
||||
from applbuild.symlinks import add_missing_xcursor
|
||||
from clickgen.builders import WindowsCursor, XCursor
|
||||
from clickgen.core import CursorAlias
|
||||
from clickgen.packagers import WindowsPackager, XPackager
|
||||
|
||||
from .constants import AUTHOR, COMMENT, THEME_NAME, URL
|
||||
from .symlinks import add_missing_xcursor
|
||||
|
||||
|
||||
def xbuild(config: Dict[str, Dict[str, Any]], x_out_dir: Path) -> None:
|
||||
"""Build `macOSBigSur` cursor theme for only `X11`(UNIX) platform.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue