mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-03 11:56:07 -04:00
Fix console build and create new image
This commit is contained in:
parent
211194ee6b
commit
821e8d47e9
3 changed files with 11 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
# These paths will have to be changed according to where you store these directories on your system
|
||||
PATH_RETICULUM_WEBSITE=../../sites/reticulum.network
|
||||
PATH_PACKAGES=../../dist_archive
|
||||
PATH_PACKAGES=../../../rns_build
|
||||
|
||||
clean:
|
||||
@echo Cleaning...
|
||||
|
@ -21,7 +22,7 @@ pages-debug:
|
|||
|
||||
sourcepack:
|
||||
@echo Packing firmware sources...
|
||||
cd .. && zip -r build/pkg/rnode_firmware.zip * -x Builds/\* Console/\* Documentation/images/\* Documentation/RNode_v1_Manual.pdf Graphics/\* Python\ Module/\* Release/\* build/\* partition_hashes
|
||||
cd .. && zip -r Console/build/pkg/rnode_firmware.zip * -x Builds/\* Console/\* Documentation/images/\* Documentation/RNode_v1_Manual.pdf Documentation/rnfw_1.jpg Graphics/\* Python\ Module/\* Release/\* build/\* partition_hashes
|
||||
|
||||
data:
|
||||
@echo Including assets...
|
||||
|
@ -29,7 +30,7 @@ data:
|
|||
@cp assets/gfx/* build/gfx/
|
||||
@cp assets/images/* build/images/
|
||||
@cp assets/stl/* build/3d/
|
||||
#@cp assets/pkg/* build/pkg/
|
||||
# @cp assets/pkg/* build/pkg/
|
||||
# @cp assets/scripts/* build/scripts/
|
||||
# @cp -r ../../Reticulum/docs/manual/* build/reticulum_manual/
|
||||
# @cp -r ../../Reticulum/docs/Reticulum\ Manual.pdf build/reticulum_manual/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue