From bf8adf7f61330b7dfefd865256a131fc1a466d54 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 3 Mar 2016 15:54:24 +1300 Subject: Update release config files --- setup/windows/traccar.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup/windows/traccar.iss') diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss index 298c27200..891cc47c3 100644 --- a/setup/windows/traccar.iss +++ b/setup/windows/traccar.iss @@ -83,6 +83,6 @@ begin StringChangeEx(S, '[WEB]', ExpandConstant('{app}\web'), true); StringChangeEx(S, '[LOG]', ExpandConstant('{app}\logs\tracker-server.log'), true); StringChangeEx(S, '[DATABASE]', ExpandConstant('{app}\data\database'), true); - StringChangeEx(S, '[CHANGELOG]', ExpandConstant('{app}\data\db.changelog-master.xml'), true); + StringChangeEx(S, '[CHANGELOG]', ExpandConstant('{app}\data\changelog-master.xml'), true); SaveStringToFile(ExpandConstant(CurrentFileName), S, false); end; -- cgit v1.2.3