diff --git a/misc/config_tools/configurator/src/pages/Welcome/NewConfiguration.vue b/misc/config_tools/configurator/src/pages/Welcome/NewConfiguration.vue index d593799eb..67250fd8a 100644 --- a/misc/config_tools/configurator/src/pages/Welcome/NewConfiguration.vue +++ b/misc/config_tools/configurator/src/pages/Welcome/NewConfiguration.vue @@ -92,7 +92,7 @@ export default { multiple: false }).then((folderPath) => { if (folderPath.length > 0) - this.WorkingFolder = folderPath + this.WorkingFolder = folderPath + window.systemInfo.pathSplit }) } }