diff --git a/packages/app-desktop/bridge.ts b/packages/app-desktop/bridge.ts index 1f7b0273a..06022e198 100644 --- a/packages/app-desktop/bridge.ts +++ b/packages/app-desktop/bridge.ts @@ -246,7 +246,7 @@ export class Bridge { } async openItem(fullPath: string) { - return require('electron').shell.openPath(fullPath); + return require('electron').shell.openPath(toSystemSlashes(fullPath)); } screen() {