Skip to content

Commit

Permalink
Add summary signing flow.
Browse files Browse the repository at this point in the history
It should show warning screens and summary pages.
  • Loading branch information
ajinkyaraj-23 committed Sep 16, 2024
1 parent 15fafdc commit a8f4ab2
Show file tree
Hide file tree
Showing 135 changed files with 652 additions and 238 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ app_%_dbg.tgz: app/src/*.[ch] \
app/Makefile
SDK=$(shell echo $* | tr "[:lower:]" "[:upper:]")_SDK; \
$(DOCKER_RUN_APP_BUILDER) bash -c \
"BOLOS_SDK=\$$$$SDK make -C app DEBUG=1"
"BOLOS_SDK=\$$$$SDK make -C app DEBUG=1 NBGL_DEBUG=1"
$(DOCKER_RUN_APP_BUILDER) bash -c "cd app/bin/ && tar cz ." > $@


Expand Down
Loading

0 comments on commit a8f4ab2

Please sign in to comment.