diff --git a/packages/frontend/electron/src/shared/utils.ts b/packages/frontend/electron/src/shared/utils.ts index 41e5bf65d7..51aa4f52ba 100644 --- a/packages/frontend/electron/src/shared/utils.ts +++ b/packages/frontend/electron/src/shared/utils.ts @@ -13,7 +13,7 @@ export const isWindows = () => { }; export const isLinux = () => { - return process.platform === 'win32'; + return process.platform === 'linux'; }; interface MessagePortLike {