diff --git a/packages/desktop/src/index.ts b/packages/desktop/src/index.ts index fc1e38c..07a5175 100644 --- a/packages/desktop/src/index.ts +++ b/packages/desktop/src/index.ts @@ -9,7 +9,7 @@ import store from "./electron/store"; // plugin that tells the Electron app where to look for the Webpack-bundled app code (depending on // whether you're running in development or production). declare const MAIN_WINDOW_WEBPACK_ENTRY: string; -declare const MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY: any; +declare const MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY: string; // Handle creating/removing shortcuts on Windows when installing/uninstalling. if (require("electron-squirrel-startup")) {