diff --git a/assets/img/spinner.gif b/assets/img/spinner.gif deleted file mode 100644 index 8ff6006..0000000 Binary files a/assets/img/spinner.gif and /dev/null differ diff --git a/index.js b/index.js index d8395a7..030853e 100644 --- a/index.js +++ b/index.js @@ -28,18 +28,9 @@ var serversPath = path.join(userData, "/servers.json"); var versionsPath = path.join(userData, "/versions.json"); function initialSetup(firstTime) { - // Display a small window to inform the user that the app is working - setupWindow = new BrowserWindow({ - width: 275, - height: 450, - resizable: false, - center: true, - frame: false, - }); if (!firstTime) { // migration from pre-1.4 // Back everything up, just in case - setupWindow.loadUrl("file://" + __dirname + "/initial-setup.html"); fs.copySync(configPath, configPath + ".bak"); fs.copySync(serversPath, serversPath + ".bak"); fs.copySync(versionsPath, versionsPath + ".bak"); @@ -57,7 +48,6 @@ function initialSetup(firstTime) { fs.copySync(path.join(__dirname, "/defaults/config.json"), configPath); console.log("JSON files copied."); - setupWindow.destroy(); showMainWindow(); } diff --git a/initial-setup.html b/initial-setup.html deleted file mode 100644 index 14c4648..0000000 --- a/initial-setup.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - OpenFusion: Initial Setup - - -
-
- -
- -
-
-

- OpenFusion is setting up...
Please wait - this - should take
less than a minute. -

-
-
-
- -