mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
📦 cursor builder package renamed applbuild -> src
This commit is contained in:
parent
db1357fdc7
commit
8e70c271ce
7 changed files with 3 additions and 8 deletions
|
@ -4,8 +4,8 @@
|
|||
import argparse
|
||||
from pathlib import Path
|
||||
|
||||
from applbuild.configure import get_config
|
||||
from applbuild.generator import build, wbuild, xbuild
|
||||
from src.configure import get_config
|
||||
from src.generator import build, wbuild, xbuild
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
prog="apple_builder",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue