We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2865e62 commit 7ca5f49Copy full SHA for 7ca5f49
2 files changed
electron-app/main.js
@@ -18,6 +18,8 @@ const { autoUpdater } = pkg;
18
// Setup IPC handlers for renderer process communication
19
setupIpcHandlers();
20
21
+app.setName("hyperloop-control-station");
22
+
23
// App lifecycle: wait for Electron to be ready
24
app.whenReady().then(async () => {
25
// Initialize ConfigManager and ensure config exists BEFORE starting backend
electron-app/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "hyperloop-control-station",
+ "name": "electron-app",
3
"version": "1.0.0",
4
"description": "Hyperloop UPV Control Station",
5
"main": "main.js",
0 commit comments