diff --git a/app/main.ts b/app/main.ts index 8cd6758..4bb45a4 100644 --- a/app/main.ts +++ b/app/main.ts @@ -257,7 +257,9 @@ function createWindow(): BrowserWindow { return win; } -const createSplashWindow = async (): Promise => { +const createSplashWindow = async (): Promise => { + return undefined; + if (os.platform() == 'win32' || isAppImage()) { return undefined; }