Skip to content

Commit 4843817

Browse files
authored
Merge pull request #439 from maximka76667/production
docs: fix electron-app path
2 parents 8873d50 + a65f8b5 commit 4843817

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

electron-app/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ When running in development mode (unpackaged), the application creates temporary
3131
**Note**: These files and directories are created in the `electron-app/` directory root during development. In production (packaged) mode:
3232

3333
- **Configuration and Logs**: Stored in `{UserConfigDir}/hyperloop-control-station/` (using Go's `os.UserConfigDir()`)
34-
3534
- Config files and backups: `{UserConfigDir}/hyperloop-control-station/configs/`
3635
- Trace/log files: `{UserConfigDir}/hyperloop-control-station/trace-*.json`
3736

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

0 commit comments

Comments
 (0)