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 28, 2024
1 parent b75a1cb commit 74abd37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/freenet-email-app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ AFT_GENERATOR := $(FREENET_DIR)/modules/antiflood-tokens/delegates/token-generat
IDENTITY_DELEGATE := $(FREENET_DIR)/modules/identity-management
WEB_DIR_SRC := $(FREENET_DIR)/apps/freenet-email-app/web/src

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

ifeq ($(CARGO_TARGET_DIR),)
$(error CARGO_TARGET_DIR is not set)
endif
Expand All @@ -31,7 +33,6 @@ build-tool:
cargo install --force --path $(FREENET_DIR)/crates/fdev

generate-id-manager-key:
FILE="$(IDENTITY_DELEGATE)/build/identity-manager-key.private.pem"
echo $$FILE ;
ifneq ("$(wildcard $(FILE))","")
cd $(IDENTITY_DELEGATE) && cargo run -- --path "$(IDENTITY_DELEGATE)/build/" ;
Expand Down

0 comments on commit 74abd37

Please sign in to comment.