You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }
The text was updated successfully, but these errors were encountered:
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.
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" }
The text was updated successfully, but these errors were encountered: