Skip to content

Commit 2865e62

Browse files
committed
fix: path
1 parent 71bf801 commit 2865e62

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

electron-app/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ When running in development mode (unpackaged), the application creates temporary
3030

3131
**Note**: These files and directories are created in the `electron-app/` directory root during development. In production (packaged) mode:
3232

33-
- **Configuration and Logs**: Stored in `{UserConfigDir}/electron-app/` (using Go's `os.UserConfigDir()`)
34-
- Config files and backups: `{UserConfigDir}/electron-app/configs/`
35-
- Trace/log files: `{UserConfigDir}/electron-app/trace-*.json`
33+
- **Configuration and Logs**: Stored in `{UserConfigDir}/hyperloop-control-station/` (using Go's `os.UserConfigDir()`)
34+
- Config files and backups: `{UserConfigDir}/hyperloop-control-station/configs/`
35+
- Trace/log files: `{UserConfigDir}/hyperloop-control-station/trace-*.json`
3636

37-
- **ADJ Module**: Stored in `{UserCacheDir}/electron-app/adj/` (using Go's `os.UserCacheDir()`)
37+
- **ADJ Module**: Stored in `{UserCacheDir}/hyperloop-control-station/adj/` (using Go's `os.UserCacheDir()`)
3838

3939
- Binaries and resources are bundled within the application package.
4040

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": "electron-app",
2+
"name": "hyperloop-control-station",
33
"version": "1.0.0",
44
"description": "Hyperloop UPV Control Station",
55
"main": "main.js",

0 commit comments

Comments
 (0)