|
@@ -72,7 +72,7 @@ contextBridge.exposeInMainWorld('apis', {
|
|
|
|
|
|
|
|
showItemInFolder (fullpath) {
|
|
showItemInFolder (fullpath) {
|
|
|
if (IS_WIN32) {
|
|
if (IS_WIN32) {
|
|
|
- shell.openPath(path.dirname(fullpath))
|
|
|
|
|
|
|
+ shell.openPath(path.dirname(fullpath).replaceAll("/", "\\"))
|
|
|
} else {
|
|
} else {
|
|
|
shell.showItemInFolder(fullpath)
|
|
shell.showItemInFolder(fullpath)
|
|
|
}
|
|
}
|