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 20, 2024
1 parent ea83d89 commit 8bd2082
Show file tree
Hide file tree
Showing 138 changed files with 629 additions and 241 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 8bd2082

Please sign in to comment.