🏍️ Updates build file

This commit is contained in:
Rune Harlyk
2024-05-03 14:00:20 +02:00
committed by Rune Harlyk
parent ecfc0ac413
commit 00381579db
2 changed files with 2 additions and 44415 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -150,7 +150,7 @@ def add_app_to_filesystem():
www_path = Path(filesystem_dir)
if www_path.exists() and www_path.is_dir():
rmtree(www_path)
print("Copying and compress interface to data directory")
print("Copying and compress app to data directory")
copytree(build_path, www_path)
for current_path, _, files in os.walk(www_path):
for file in files:
@@ -159,7 +159,7 @@ def add_app_to_filesystem():
env.Execute("pio run --target uploadfs")
print("running: build_interface.py")
print("running: build_app.py")
if should_regenerate_output_file():
build_webapp()
embed_webapp()