feat: add install script packaging

This commit is contained in:
2026-06-10 05:37:53 +00:00
parent 64ad8a9c38
commit 78a7bebd55
13 changed files with 410 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import os
import sys
from pathlib import Path
PROG = "cli.py"
PROG = Path(sys.argv[0]).name or "bot-bottle"
USER_CWD = os.getcwd()
REPO_DIR = str(Path(__file__).resolve().parent.parent.parent)