Missed in 1.0.3.

This commit is contained in:
Patrick Fic
2020-10-22 12:59:46 -07:00
parent ad7cbb308b
commit 545f300557

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,