diff --git a/app/index.html b/app/index.html index 1fc8e993..0489ca18 100644 --- a/app/index.html +++ b/app/index.html @@ -3,7 +3,6 @@ - gitlit diff --git a/app/main.js b/app/main.js index 13e4fc09..45da217d 100644 --- a/app/main.js +++ b/app/main.js @@ -128,7 +128,7 @@ function loadRepoPage() { function createWindow() { // Create the browser window. - win = new BrowserWindow({width: 800, height: 700}); + win = new BrowserWindow({title: 'gitlit v' + app.getVersion(), width: 800, height: 700}); win.setMenu(null); // and load the index.html of the app.