chore: move build.sh to tools/ directory

This commit is contained in:
Forkless
2026-05-12 01:46:24 +02:00
parent c0596cde7c
commit c61205cf9b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ all: translations
# ── Build ──────────────────────────────────────────────────────────────────── # ── Build ────────────────────────────────────────────────────────────────────
build: build:
@echo "=== Building Piperless ===" @echo "=== Building Piperless ==="
./build.sh ./tools/build.sh
# ── Translations ───────────────────────────────────────────────────────────── # ── Translations ─────────────────────────────────────────────────────────────
translations: translations:
View File