Update scripts.

This commit is contained in:
2026-06-06 17:24:47 +08:00
parent 7d4846225f
commit b7ff3cba4c
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ if command -v nuitka &> /dev/null; then
echo "Nuitka installed"
else
echo "Nuitka not installed. Install it via \"uv pip install nuitka\" !" >&2
exit 1
fi
nuitka --onefile --standalone --output-filename=serverjar main.py --output-filename=serverjar