diff --git a/assets/pages/index.html b/assets/pages/index.html index 6215a2c..536dae6 100644 --- a/assets/pages/index.html +++ b/assets/pages/index.html @@ -20,7 +20,7 @@ - + \ No newline at end of file diff --git a/assets/views/file-card.mustache b/assets/views/file-card.mustache index 8589715..d00d1d2 100644 --- a/assets/views/file-card.mustache +++ b/assets/views/file-card.mustache @@ -1,6 +1,5 @@ - -
+
File icon

{{fileName}}

diff --git a/index.js b/index.js index f3028f1..08aeb94 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ function initialize () { width: 1080, minWidth: 680, height: 840, - title: app.getName(), + title: app.name, webPreferences: { nodeIntegration: true, preload: path.join(__dirname, 'util', 'preload.js')