Merged in v1.0.3 (pull request #5)

Missed in 1.0.3.
This commit is contained in:
Patrick Fic
2020-10-22 20:00:14 +00:00

View File

@@ -68,7 +68,7 @@ var menu = Menu.buildFromTemplate([
},
},
{
label: "Check for Updates",
label: `Check for Updates (currently ${app.getVersion()})`,
click() {
autoUpdater.checkForUpdatesAndNotify();
},
@@ -98,7 +98,7 @@ function createWindow() {
mainWindow = new BrowserWindow({
width: 800,
height: 600,
title: "ImEX RPS",
title: `ImEX RPS ${app.getVersion()}`,
icon: path.join(__dirname, "../src/assets/logo192.png"),
webPreferences: {
nodeIntegration: false,