diff --git a/electron/main-legacy.js b/electron/main-legacy.js index d69db25..9679e03 100644 --- a/electron/main-legacy.js +++ b/electron/main-legacy.js @@ -196,7 +196,7 @@ app.whenReady().then(async () => { } } - // find path to python/cxfreeze reticulum meshchat executable + // find path to python/cxfreeze reticulum meshchatx executable // Note: setup.py creates ReticulumMeshChatX (with X), not ReticulumMeshChat const exeName = process.platform === "win32" ? "ReticulumMeshChatX.exe" : "ReticulumMeshChatX"; @@ -248,7 +248,7 @@ app.whenReady().then(async () => { try { // arguments we always want to pass in const requiredArguments = [ - "--headless", // reticulum meshchat usually launches default web browser, we don't want this when using electron + "--headless", // reticulum meshchatx usually launches default web browser, we don't want this when using electron "--port", "9337", // FIXME: let system pick a random unused port? // '--test-exception-message', 'Test Exception Message', // uncomment to test the crash dialog diff --git a/electron/main.js b/electron/main.js index f2f03ab..1f0f69f 100644 --- a/electron/main.js +++ b/electron/main.js @@ -451,7 +451,7 @@ app.whenReady().then(async () => { } } - // find path to python/cxfreeze reticulum meshchat executable + // find path to python/cxfreeze reticulum meshchatx executable // Note: setup.py creates ReticulumMeshChatX (with X), not ReticulumMeshChat const exeName = process.platform === "win32" ? "ReticulumMeshChatX.exe" : "ReticulumMeshChatX"; @@ -510,7 +510,7 @@ app.whenReady().then(async () => { try { // arguments we always want to pass in const requiredArguments = [ - "--headless", // reticulum meshchat usually launches default web browser, we don't want this when using electron + "--headless", // reticulum meshchatx usually launches default web browser, we don't want this when using electron "--port", "9337", // FIXME: let system pick a random unused port? // '--test-exception-message', 'Test Exception Message', // uncomment to test the crash dialog diff --git a/meshchatx/src/frontend/index.html b/meshchatx/src/frontend/index.html index b385642..079cc85 100644 --- a/meshchatx/src/frontend/index.html +++ b/meshchatx/src/frontend/index.html @@ -6,7 +6,7 @@ - Reticulum MeshChat + Reticulum MeshChatX