diff --git a/README.md b/README.md index d3faf00..0aaca1a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# MasterKey +# Keyzo -MasterKey is a helpful desktop application for Windows, Linux and MacOS that allows you to set all kinds of different keybinds to specific actions. +Keyzo is a helpful desktop application for Windows, Linux and MacOS that allows you to set all kinds of different keybinds to specific actions. ## Built With * [Bootstrap](https://getbootstrap.com) - CSS framework that was used * [NodeJS](https://nodejs.org/) - Making it all work -* [Electron](https://electronjs.org/) - Turning MasterKey into a desktop application +* [Electron](https://electronjs.org/) - Turning Keyzo into a desktop application ## Authors diff --git a/index.js b/index.js index 7b750e7..bc8bc7f 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,9 @@ -const { app, BrowserWindow, globalShortcut, shell } = require('electron'); -const { autoUpdater, dialog } = require('electron') +const { app, BrowserWindow, globalShortcut, shell, autoUpdater, dialog } = require('electron'); const AutoLaunch = require('auto-launch'); var autoLaunch = new AutoLaunch({ - name: 'MasterKey', - path: '/Applications/MasterKey.app', + name: 'Keyzo', + path: '/Applications/Keyzo.app', }); let loadingScreen; diff --git a/public/index.html b/public/index.html index f0abb53..4ad7083 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@
-MasterKey is starting...
+Keyzo is starting...