Update index.ts

This commit is contained in:
talksik
2022-03-31 15:05:52 -04:00
parent 210264f352
commit 95fe01af03
+1 -1
View File
@@ -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")) {