diff --git a/QuestionPreview.html b/QuestionPreview.html index cde938e..b97b616 100644 --- a/QuestionPreview.html +++ b/QuestionPreview.html @@ -817,7 +817,7 @@ try { diff --git a/addform.html b/addform.html index c0a8c4d..5b54862 100644 --- a/addform.html +++ b/addform.html @@ -5857,7 +5857,7 @@ setInterval(addSerialNotoLocalStorage, 1000) diff --git a/dashboard.html b/dashboard.html index 6442998..751bc20 100644 --- a/dashboard.html +++ b/dashboard.html @@ -659,7 +659,7 @@ function copyFile(sourceFilePath, destinationFilePath) { diff --git a/main.js b/main.js index 1f1f8fb..d367757 100644 --- a/main.js +++ b/main.js @@ -36,6 +36,7 @@ async function createWindow() { width: 1200, height: 800, icon: path.join(__dirname, 'assets', 'images', 'Nexa_Author Icon.png'), + title: 'Nexa Author', webPreferences: { nodeIntegration: true, contextIsolation: false, @@ -90,7 +91,7 @@ async function createWindow() { // editors[divId] = editor; // }); // mainWindow.setTitle(require('./package.json').name); - mainWindow.setTitle('NexaAuther'); + mainWindow.setTitle('Nexa Author'); } diff --git a/package.json b/package.json index f5c4601..af60ea8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nexa-author", + "name": "Nexa Author", "version": "1.0.0", "description": "", "main": "main.js",