Skip to content

Commit 7ca5f49

Browse files
committed
fix 2
1 parent 2865e62 commit 7ca5f49

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

electron-app/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const { autoUpdater } = pkg;
1818
// Setup IPC handlers for renderer process communication
1919
setupIpcHandlers();
2020

21+
app.setName("hyperloop-control-station");
22+
2123
// App lifecycle: wait for Electron to be ready
2224
app.whenReady().then(async () => {
2325
// Initialize ConfigManager and ensure config exists BEFORE starting backend

electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hyperloop-control-station",
2+
"name": "electron-app",
33
"version": "1.0.0",
44
"description": "Hyperloop UPV Control Station",
55
"main": "main.js",

0 commit comments

Comments
 (0)