Skip to content

Commit

Permalink
Update readme, and version 5.30.660
Browse files Browse the repository at this point in the history
  • Loading branch information
aunetx committed Sep 25, 2023
1 parent e679055 commit 75b0278
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Aurélien Hamy <[email protected]>

APPNAME = dev.aunetx.deezer
PKGVER = 5.30.650
PKGVER = 5.30.660
BASE_URL = https://www.deezer.com/desktop/download/artifact/win32/x86/$(PKGVER)
VERSION_REGEX = ^v$(PKGVER)-[0-9]{1,}$$

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deezer for linux

**NOTICE:** existing flatpak users NEED to migrate the the flathub repository as soon as possible, as I will delete the flatpak repository from here (it is more than 2Gb in size). In order to do so, simply:
**NOTICE:** existing flatpak users NEED to migrate the the flathub repository as soon as possible, as I deleted the flatpak repository from here (it was more than 2Gb in size). In order to do so (normally without losing any data), simply:

```sh
flatpak uninstall dev.aunetx.deezer
Expand Down Expand Up @@ -30,7 +30,7 @@ It was done thanks to the hard work of [SibrenVasse](https://github.com/SibrenVa

You can find all of the packages on [the release page](https://github.com/aunetx/deezer-linux/releases/latest).

To install the flatpak version, you can simply go to https://flathub.org/apps/dev.aunetx.deezer (or use your favorite flatpak package manager). For the moment, it is still possible to use this github repo as a flatpak repository BUT it will not be the case anymore very soon. **Existing users should migrate as soon as they can toward Flathub.**
To install the flatpak version, you can simply go to https://flathub.org/apps/dev.aunetx.deezer (or use your favorite flatpak package manager). **Old users using this repo as a flatpak repository should migrate as soon as they can toward Flathub.**

Other packages can be installed from you package manager, either by clicking on them or from the command-line.

Expand Down Expand Up @@ -82,13 +82,13 @@ make install_deps

# and then

make build_deb
make build_deb_x64
# or
make build_rpm
make build_rpm_x64
# or
make build_snap
make build_snap_x64
# or
make build_7z
make build_tar.xz_x64
```

Note that you don't need to use `make install_deps` everytime you start a build, but you need to call it at least once. Everything should be generated in `artifacts/x64`.
Expand All @@ -99,6 +99,6 @@ If you generate the 7z package, you can run it directly by extracting to a direc

This work is UNOFFICIAL, and Deezer does not officially support Linux yet.

Installing/using this is consequently outside of the scope of the Deezer EULA, and I am not responsible for your usage of this.
Installing/using this is consequently probably outside of the scope of the Deezer EULA, and I am not responsible for your usage of this.

I will try to talk to Deezer to ask them if I can upload this on Flathub, but even if they say yes (which is nearly impossible), this work is still unofficial.
I tried to talk to Deezer to ask them if I am authorized to upload this on Flathub, but when they answer, even if they say yes, this work is still unofficial.

0 comments on commit 75b0278

Please sign in to comment.