diff --git a/Console/Makefile b/Console/Makefile index 7f369a0..221eb4b 100644 --- a/Console/Makefile +++ b/Console/Makefile @@ -36,7 +36,7 @@ data: external: make -C $(PATH_RETICULUM_WEBSITE) clean website - rm -r $(PATH_PACKAGES)/reticulum.network + -rm -r $(PATH_PACKAGES)/reticulum.network cp -r $(PATH_RETICULUM_WEBSITE)/build $(PATH_PACKAGES)/reticulum.network site: clean external dirs data sourcepack pages diff --git a/Console/build.py b/Console/build.py index 06d1c33..e00b88e 100644 --- a/Console/build.py +++ b/Console/build.py @@ -4,9 +4,9 @@ import sys import shutil packages = { - "rns": "rns-0.4.8-py3-none-any.whl", - "nomadnet": "nomadnet-0.3.3-py3-none-any.whl", - "lxmf": "lxmf-0.3.0-py3-none-any.whl", + "rns": "rns-0.4.9-py3-none-any.whl", + "nomadnet": "nomadnet-0.3.5-py3-none-any.whl", + "lxmf": "lxmf-0.3.1-py3-none-any.whl", } DEFAULT_TITLE = "RNode Bootstrap Console" diff --git a/Release/console_image.bin b/Release/console_image.bin index 418a140..5908f98 100644 Binary files a/Release/console_image.bin and b/Release/console_image.bin differ