Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I didn't see the Codex window, the program still launched the Hello Electrico window #3

Open
chadwi opened this issue Sep 24, 2024 · 2 comments

Comments

@chadwi
Copy link

chadwi commented Sep 24, 2024

I followed the instructions in the documentation and started Codex using pnpm dev, then closed the Electron window, modified ResourceLink.json, and started Electrico using cargo run, but I didn't see the Codex window; instead, the program still launched the Hello Electrico window. What could be the reason for this?

{ //"link": "<link to 'Resources' folder of a electron app>" "link" : "E:\\Electron\\Codex" }

@thomastschurtschenthaler
Copy link
Owner

Hi! You need to remove the comment from ResourceLink.json:
{"link" : "E:\\Electron\\Codex" }
JSON does not allow comments and Electrico silently ignores ResourceLink.json if it cant be parsed.
Anyway - I have made an Update now to allow for comments in ResourceLink.json.

@chadwi
Copy link
Author

chadwi commented Sep 24, 2024

Thank you! I was too careless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants