From cf6f8fb53e719d7a0e986855d24a862579806b6f Mon Sep 17 00:00:00 2001 From: Fadila Date: Thu, 10 Oct 2019 15:51:45 +0200 Subject: [PATCH] Installer: identity directory defaults to %APPDATA%\Storj\Identity\Storagenode (#3216) --- installer/windows/Product.wxs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/installer/windows/Product.wxs b/installer/windows/Product.wxs index 0d027259b..0354eb48a 100644 --- a/installer/windows/Product.wxs +++ b/installer/windows/Product.wxs @@ -79,14 +79,21 @@ INSTALLFOLDER - IDENTITYDIR STORAGEDIR 1.0 2.0 + IDENTITYDIR + + + + + + STORJ_DEFAULTIDENTITYDIR + + -