From b8bd9641a2caf3e01ea3031adc789eda19ddfa09 Mon Sep 17 00:00:00 2001 From: Michael Ren <55029965+XFG16@users.noreply.github.com> Date: Tue, 27 Dec 2022 14:03:50 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cf4bc0..8842284 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # Installation - 1. Download the latest `YTDPsetup.msi` file in the [**releases**](https://github.com/XFG16/YouTubeDiscordPresence/releases/tag/1.3.1) section of this repository and run it on your computer. + 1. Download the latest `YTDPsetup.msi` file in the [**releases**](https://github.com/XFG16/YouTubeDiscordPresence/releases/tag/1.3.2) section of this repository and run it on your computer. - If Windows SmartScreen appears, then simply click `More Info` and continue the installation from there 2. Add the [**Chrome Extension**](https://chrome.google.com/webstore/detail/youtubediscordpresence/hnmeidgkfcbpjjjpmjmpehjdljlaeaaa) from the **Chrome Web Store** and turn it on **after installing the desktop component.** If you installed the extension before installing the desktop component, just turn it **off and back on** after the desktop component is installed 3. You should be all set and ready to go! To access the **personalization** page, you need to click on the small icon on the **top right of the browser** under the **extensions icon**. It would also be easier to access if you **pinned** the extension. It would be **greatly appreciated** if you could leave a **rating and review** describing your experience on the Chrome Web Store! It would also help a lot if you could **recommend** this to others! Thank you for your consideration and enjoy the extension to its fullest! @@ -24,11 +24,11 @@ - No, this is not a bootleg copy of PreMiD. On a more **technical note**, it works similar to the **Spotify rich presence**—it only appears **when a video is playing** and **disappears when there is no video or the video is paused**. In addition, it only displays the presence for videos. Idling and searching are **not displayed**. - There are **two** components: - Chrome Extension << Source code [v1.4.2]: `Extension` || Release [v1.4.2]: [**Chrome Web Store**](https://chrome.google.com/webstore/detail/youtubediscordpresence/hnmeidgkfcbpjjjpmjmpehjdljlaeaaa) >> - - Desktop Application << Source code [v1.3.1]: `Host` || Release [v1.3.1]: [**Releases**](https://github.com/XFG16/YouTubeDiscordPresence/releases/tag/1.3.1) >> + - Desktop Application << Source code [v1.3.2]: `Host` || Release [v1.3.2]: [**Releases**](https://github.com/XFG16/YouTubeDiscordPresence/releases/tag/1.3.2) >> ## Detailed Installation Instructions - 1. Download the `YTDPsetup.msi` file in the [**releases**](https://github.com/XFG16/YouTubeDiscordPresence/releases/tag/1.3.1) section of this repository and run it on your computer. As a plus, you don't need to install any other libraries! All of them are already pre-packaged into the executable. **Only if you want to build the installer yourself, then read the following subpoints. Otherwise, you can simply move on to the next step.** + 1. Download the `YTDPsetup.msi` file in the [**releases**](https://github.com/XFG16/YouTubeDiscordPresence/releases/tag/1.3.2) section of this repository and run it on your computer. As a plus, you don't need to install any other libraries! All of them are already pre-packaged into the executable. **Only if you want to build the installer yourself, then read the following subpoints. Otherwise, you can simply move on to the next step.** - For C++ version: you can also **build** the whole thing yourself with **Visual Studio 2022**. Just download the `Host` directory from this repository and open `YTDPwin.sln` under `Host/YTDPwin` in Visual Studio. Also, make sure to have the **Microsoft Visual Studio Installer Project** extension installed - For NodeJS version: download the `NodeHost` directory and use [**pkg**](https://github.com/vercel/pkg) to compile the code into an executable. However, you have to link the Chrome extension to the compiled executable manually, which can be done by following [**this guide**](https://developer.chrome.com/docs/apps/nativeMessaging/) 2. Add the [**Chrome Extension**](https://chrome.google.com/webstore/detail/youtubediscordpresence/hnmeidgkfcbpjjjpmjmpehjdljlaeaaa) from the **Chrome Web Store** and turn it on **after installing the desktop component.** If you installed the extension before installing the desktop component, just turn it **off and back on** after the desktop component is installed