Skip to content

Commit

Permalink
fix email app
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Jan 30, 2024
1 parent 1bb388a commit 79a08a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions apps/freenet-email-app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ IDENTITY_DELEGATE := $(FREENET_ROOT)$(PATH_SEP)modules$(PATH_SEP)identity-manage
WEB_DIR_SRC := $(ROOT)$(PATH_SEP)web$(PATH_SEP)src
FILE := $(IDENTITY_DELEGATE)$(PATH_SEP)build$(PATH_SEP)identity-manager-key.private.pem

IDENTITY_DELEGATE_PRIVATE_KEY := identity-manager-key.private.pem
PATH_TO_IDENTITY_DELEGATE := $(IDENTITY_DELEGATE)/build/$(IDENTITY_DELEGATE_PRIVATE_KEY)


ifeq ($(CARGO_TARGET_DIR),)
$(error CARGO_TARGET_DIR is not set)
endif
Expand Down
9 changes: 4 additions & 5 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ cd ../.. &&
cargo install --path crates/core --force &&
cargo install --path crates/fdev --force &&
cd ./modules/identity-management/ && make build &&
cd ../antiflood-tokens/ &&
rm Cargo.lock ;
make build &&
cd ../../apps/freenet-microblogging && make build &&
cd ../../apps/freenet-email-app && make build
cd ../antiflood-tokens/ && rm Cargo.lock ; make build &&
cd ../../ &&
make -C ./apps/freenet-microblogging build &&
make -C ./apps/freenet-email-app build

0 comments on commit 79a08a5

Please sign in to comment.