mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-04-08 17:05:27 +02:00
Fix deezer-setup path for sha256sum
This commit is contained in:
parent
8fc400e267
commit
11c0432a26
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ prepare: clean install_build_deps
|
||||
|
||||
@echo "Download installer"
|
||||
@wget -nv -c $(BASE_URL) -O source/deezer-setup-$(PKGVER).exe
|
||||
@echo "$(SHA256) deezer-setup-$(PKGVER).exe" | sha256sum -c --status || echo "SHA256 not matching!" && exit 1
|
||||
@echo "$(SHA256) source/deezer-setup-$(PKGVER).exe" | sha256sum -c --status || echo "SHA256 not matching!" && exit 1
|
||||
|
||||
@echo "Extract app archive from installer"
|
||||
@cd source && 7z x -so deezer-setup-$(PKGVER).exe '$$PLUGINSDIR/app-32.7z' > app-32.7z
|
||||
|
Loading…
x
Reference in New Issue
Block a user