Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral committed Nov 22, 2024
2 parents 35ca3de + 2e7b7f0 commit ccc6eae
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ The lastest release is available [here](https://github.com/manucabral/RichPresen
For custom browser path configuration, read [here](https://github.com/manucabral/RichPresencePlus/blob/main/docs/CUSTOM_BROWSER_PATH.md).

If you have Arc browser installed via Microsoft Store, read [here](https://github.com/manucabral/RichPresencePlus/blob/main/docs/ARC_BROWSER_MICROSOFT_STORE.md)

## Request a Presence
If you'd like to propose a new presence to be added to the list, please [create an issue](https://github.com/manucabral/RichPresencePlus/issues/new/choose).

Expand Down
21 changes: 21 additions & 0 deletions docs/ARC_BROWSER_MICROSOFT_STORE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Arc Browser Compatibility with Microsoft Store

If you have Arc browser installed from the Microsoft Store and the application cannot connect or is not working directly, you can try the following:

1. Test it in the prerelease v0.1.0.
2. Locate the installation path for Arc, for example:
`C:\Users\alesi\AppData\Local\Microsoft\WindowsApps\TheBrowserCompany.Arc_ttt1ap7aakyb4\Arc.exe`
3. Open Notepad and write the following (replace the path with the one you copied):

`BROWSER_PATH=your_copied_path_here`
5. Save the file as **“.env”** and place it in the application folder.
6. Open Rich Presence Plus and press the "open browser" button.
7. Open a tab at `http://localhost:9222/json`.
8. Press the "connect" button.

If this doesn't work, don't hesitate to open an issue, or for better communication, join the Discord.



https://github.com/user-attachments/assets/b402a77e-6fac-4837-bc7a-32428c0c96ae

0 comments on commit ccc6eae

Please sign in to comment.