mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-17 08:51:42 +00:00
misc: configurator: Open folder callback bugfix
Open folder callback should append a path split after selecting working folder, same way as it did with default one. Tracked-On: #7418 Signed-off-by: Yifan Liu <yifan1.liu@intel.com>
This commit is contained in:
parent
8bdbedd6cf
commit
ee3a527464
@ -92,7 +92,7 @@ export default {
|
||||
multiple: false
|
||||
}).then((folderPath) => {
|
||||
if (folderPath.length > 0)
|
||||
this.WorkingFolder = folderPath
|
||||
this.WorkingFolder = folderPath + window.systemInfo.pathSplit
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user