@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user