commit 79c88647402703dc01b7476c2e2c65784a43d72f
parent 830574e92ea673a6f6ad774b1fee977da7f4817c
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date: Wed, 16 Apr 2025 18:02:27 +0800
make.db -> .makedb
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,3 +1,3 @@
public/
__pycache__/
-make.db
+.makedb
diff --git a/make.py b/make.py
@@ -723,7 +723,7 @@ async def main():
await shell(f"{APICMD} -XPOST '{PURGEURL}'")
print("Purged.")
- with Build("make.db") as build:
+ with Build(".makedb") as build:
await build(rebuild())
UPLOAD = (await shell(f"cd '{LOCALPATH}' && find . -type f")).utf8stdout
CLEAN = (await shell(f"cd '{LOCALPATH}' && find . -type d")).utf8stdout