Modified thinpro image tar from bz2 to gz

This commit is contained in:
Adolfo Gómez García 2022-01-12 13:25:26 +01:00
parent ac9e6dafdf
commit 0d412c4a9a

View File

@ -102,6 +102,6 @@ build-thinpro:
mkdir -p $(DESTDIR)
cp -r thinpro/* $(DESTDIR)
cp UDSClient-$(VERSION)-x86_64.AppImage $(DESTDIR)/UDSClient
tar cjvf ../udsclient3-$(VERSION)-thinpro.tar.bz2 -C $(DESTDIR) .
tar czvf ../udsclient3-$(VERSION)-thinpro.tar.gz -C $(DESTDIR) .
rm -rf $(DESTDIR)