mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 07:39:35 +05:00
format
This commit is contained in:
parent
3ef10c07cf
commit
c74170a14d
6 changed files with 20 additions and 8 deletions
7
build.py
7
build.py
|
@ -13,7 +13,10 @@ parser = argparse.ArgumentParser(
|
|||
epilog="",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--no-rebuild", help="don't rebuild Next.js frontend", action="store_true", default=False
|
||||
"--no-rebuild",
|
||||
help="don't rebuild Next.js frontend",
|
||||
action="store_true",
|
||||
default=False,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--exe", help="create an executable file", action="store_true", default=False
|
||||
|
@ -107,4 +110,4 @@ if __name__ == "__main__":
|
|||
if os.path.exists(f"{OUT_DIR}/__pycache__") and os.path.isdir(
|
||||
f"{OUT_DIR}/__pycache__"
|
||||
):
|
||||
shutil.rmtree(f"{OUT_DIR}/__pycache__")
|
||||
shutil.rmtree(f"{OUT_DIR}/__pycache__")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue