From efc206b1cae271d06a711ae137e818461ed053cc Mon Sep 17 00:00:00 2001 From: Dmytro Serdun Date: Thu, 26 Feb 2026 10:28:26 +0200 Subject: [PATCH] feat: update keystores path to new applications subdirectory --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ab47aea6a..c6fdb8cb0 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ include $(TOOLS_MAKEFILE) # Variables DART_DEFINE_FILE = --dart-define-from-file=dart_define.json CONFIGURATOR = dart run ../webtrit_phone_tools/bin/webtrit_phone_tools.dart -KEYSTORES_PATH = --keystores-path=../webtrit_phone_keystores +KEYSTORES_PATH = --keystores-path=../webtrit_phone_keystores/applications # =========================== # Paths to Configuration Files