Remove xml validation

This commit is contained in:
Aurélien Hamy 2023-09-18 21:52:00 +02:00
parent 5124d743b2
commit e679055a08
No known key found for this signature in database
GPG Key ID: EB3A799E7EE716EB
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ prepare-release:
@desktop-file-validate $(APPNAME).desktop || \
(echo "Desktop file validation failed" && false)
@appstream-util validate-relax $(APPNAME).appdata.xml > /dev/null || \
(echo "Appstream file validation failed" && false)
release: prepare-release
@echo "Updating to $(DEEZER_RELEASE)..."