From 10aa5f2e663222e7123c24adeaf51fb4cda52a1e Mon Sep 17 00:00:00 2001 From: josselinonduty Date: Sat, 1 Feb 2025 18:31:29 +0100 Subject: [PATCH] chore(README): update discord rpc arg and clarify faq --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9515a7..3179107 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Other packages can be installed from you package manager, either by clicking on | `--start-in-tray` | Start the app in the tray (see [patch](./patches/01-start-hidden-in-tray.patch)) | | `--disable-systray` | Quit the app when the window is closed (see [patch](./patches/03-quit.patch)) | | `--disable-features` | Disable some features (see [patch](./patches/06-better-management-of-MPRIS.patch)) | -| `--disable-discord-rpc` | Disable Discord RPC integration (see [patch](./patches/08-discord-rich-presence-disable.patch)) | +| `--enable-discord-rpc` | Enable Discord RPC integration (see [patch](./patches/08-discord-rich-presence-disable.patch)) | | Environment variable | Options | Description | | -------------------- | -------------------------------------------------- | ---------------------------------------------------------------------------------- | @@ -146,7 +146,7 @@ Deezer can be used on Linux through the web interface, but it does not allow dow Please see [this issue](https://github.com/babluboy/bookworm/issues/178) or [this issue](https://github.com/babluboy/nutty/issues/68). Prefer using Flatpak or AppImage. -### Why not publishing the source code and not patches? +### Why are the patches published but not the app's source code? patches? The source code of the Deezer app is not open-source. Reverse-engineering the app would be illegal and would violate the Deezer EULA. This project is a port of the official Windows app, and does not contain any reverse-engineered code, rather it bundles the official Windows app with a compatibility layer.