diff --git a/src/main/shell-sync.ts b/src/main/shell-sync.ts index 373d0a36ba..41ca13ae97 100644 --- a/src/main/shell-sync.ts +++ b/src/main/shell-sync.ts @@ -1,5 +1,5 @@ -import shellEnv from "shell-env" -import os from "os"; +import shellEnv = require("shell-env") +import * as os from "os"; import { app } from "electron"; import logger from "./logger";