From 0d412c4a9a5cf4fe7796418fadff75a739f4f261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Wed, 12 Jan 2022 13:25:26 +0100 Subject: [PATCH] Modified thinpro image tar from bz2 to gz --- client-py3/full/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-py3/full/linux/Makefile b/client-py3/full/linux/Makefile index 2f78d8a2..8f921234 100644 --- a/client-py3/full/linux/Makefile +++ b/client-py3/full/linux/Makefile @@ -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)