diff options
Diffstat (limited to 'packaging/windows')
-rw-r--r-- | packaging/windows/portable.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/windows/portable.xml b/packaging/windows/portable.xml index 0059d1094..dcc00f999 100644 --- a/packaging/windows/portable.xml +++ b/packaging/windows/portable.xml @@ -1,6 +1,6 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> <configuration> - <option name="dataDir" value="logs"/> - <option name="configDir" value="configs"/> - <option name="screenshotDir" value="screenshots"/> + <option name="dataDir" value="logs"/> + <option name="configDir" value="configs"/> + <option name="screenshotDir" value="screenshots"/> </configuration> |