Remove -c option from wget

Compared to deezer.com, e-cdn-content.dzcdn.net does not support resuming a download
This commit is contained in:
Cezar Lungu 2024-06-22 17:38:06 +02:00
parent 11c0432a26
commit e6bb283da2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ prepare: clean install_build_deps
@mkdir -p source
@echo "Download installer"
@wget -nv -c $(BASE_URL) -O source/deezer-setup-$(PKGVER).exe
@wget -nv $(BASE_URL) -O source/deezer-setup-$(PKGVER).exe
@echo "$(SHA256) source/deezer-setup-$(PKGVER).exe" | sha256sum -c --status || echo "SHA256 not matching!" && exit 1
@echo "Extract app archive from installer"