docs: changed path to static app data on Windows

This commit is contained in:
Eberhard Graether
2016-03-02 16:16:48 +01:00
parent 346a6f706d
commit 8fa1763402
+1 -1
View File
@@ -374,7 +374,7 @@
<tr> <th>Platform</th> <th>Location</th> </tr>
</thead>
<tbody>
<tr> <th scope="row">Windows</th> <td>C:/Users/You/AppData/Local/Coati Software/Coati <small>(used for dynamic data and settings)</small><br />some_path/Coati Software/Coati/data <small>(used for static app data)</small></td> </tr>
<tr> <th scope="row">Windows</th> <td>C:/Users/You/AppData/Local/Coati Software/Coati <small>(used for dynamic data and settings)</small><br />install_directory/Coati Software/Coati/data <small>(used for static app data)</small></td> </tr>
<tr> <th scope="row">Mac</th> <td>~/Library/Application Support/Coati</td> </tr>
<tr> <th scope="row">Linux</th> <td>~/.config/coati</td> </tr>
</tbody>