meshtasticd-debian: Include web components (#5778)

This commit is contained in:
Austin
2025-01-06 19:25:05 -06:00
committed by GitHub
co-authored by GitHub
parent 57766d47a8
commit 86170171a7
10 changed files with 31 additions and 17 deletions
+5 -2
View File
@@ -12,9 +12,12 @@ PIO_ENV:=\
PLATFORMIO_PACKAGES_DIR=pio/packages
override_dh_auto_build:
# Build with platformio
# Extract tarballs within source deb
tar -xf pio.tar
tar -xf web.tar web
gunzip web/ -r
# Build with platformio
$(PIO_ENV) platformio run -e native
# Move the binary and default config to the correct name
mv .pio/build/native/program .pio/build/native/meshtasticd
cp bin/config-dist.yaml bin/config.yaml
cp bin/config-dist.yaml bin/config.yaml