diff options
author | drecchia <danilo@deltatecnologia.com> | 2016-06-09 20:34:48 -0300 |
---|---|---|
committer | drecchia <danilo@deltatecnologia.com> | 2016-06-09 20:34:48 -0300 |
commit | 3f19cd0c34e5454f5f1feed3465c45ac638cb0d2 (patch) | |
tree | 7cad99e552536f2d0a2b295ee81939b195d77a66 /setup/windows | |
parent | 5a2c64cd99134e98e311d694a76d3d22703496c2 (diff) | |
download | trackermap-server-3f19cd0c34e5454f5f1feed3465c45ac638cb0d2.tar.gz trackermap-server-3f19cd0c34e5454f5f1feed3465c45ac638cb0d2.tar.bz2 trackermap-server-3f19cd0c34e5454f5f1feed3465c45ac638cb0d2.zip |
- Clean docker integration.
Diffstat (limited to 'setup/windows')
-rw-r--r-- | setup/windows/traccar.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss index 33d8f6837..56de5c1a6 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\changelog-master.xml'), true);
+ StringChangeEx(S, '[CHANGELOG]', ExpandConstant('{app}\schema\changelog-master.xml'), true);
SaveStringToFile(ExpandConstant(CurrentFileName), S, false);
end;
|