diff --git a/src/splash/index.html b/src/splash/index.html
deleted file mode 100644
index dd5a04c..0000000
--- a/src/splash/index.html
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
Starting...
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/splash/index.js b/src/splash/index.js
index 93a4efd..723778a 100644
--- a/src/splash/index.js
+++ b/src/splash/index.js
@@ -108,7 +108,7 @@ const launchSplashWindow = (startMinimized) => {
});
if (!startMinimized) win.once('ready-to-show', () => win.show());
- win.loadURL('file:///' + join(__dirname, 'index.html'));
+ win.loadURL('https://cdn.openasar.dev/splash');
};