Fix deezer-setup path for sha256sum

This commit is contained in:
Cezar Lungu 2024-06-22 17:18:17 +02:00
parent 8fc400e267
commit 11c0432a26
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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