Skip to content

Commit

Permalink
Updated makefile to make executable by defalut UDSClient by all
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmstr committed Jan 1, 2024
1 parent d340a80 commit c699725
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion full/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ endif
tar czvf ../udsclient3-$(DISTRO)-$(VERSION).tar.gz -C $(DESTDIR) .

# cleanup
-rm -rf appimage appimage-builder-cache /tmp/UDSClientDir appimage-build AppDir *.zsync
-rm -rf appimage appimage-builder-cache /tmp/UDSClientDir appimage-build AppDir

build-igel:
rm -rf $(DESTDIR)
Expand All @@ -90,6 +90,7 @@ build-igel:
cat igel/UDSClient-Profile-template.xml | sed -e s/"_SIZE_"/"$(APPIMAGE_SIZE)M"/g > $(DESTDIR)/UDSClient-Profile.xml
cat igel/UDSClient-template.inf | sed -e s/"_SIZE_"/"$(APPIMAGE_SIZE)M"/g > $(DESTDIR)/UDSClient.inf
cp UDSClient-$(VERSION)-x86_64.AppImage $(DESTDIR)/UDSClient
chmod 755 $(DESTDIR)/UDSClient
cp igel/UDSClient.desktop $(DESTDIR)/UDSClient.desktop
cp igel/init.sh $(DESTDIR)/init.sh
tar cjvf $(DESTDIR)/UDSClient.tar.bz2 -C $(DESTDIR) UDSClient UDSClient.desktop init.sh
Expand All @@ -102,6 +103,7 @@ build-thinpro:
mkdir -p $(DESTDIR)
cp -r thinpro/* $(DESTDIR)
cp UDSClient-$(VERSION)-x86_64.AppImage $(DESTDIR)/UDSClient
chmod 755 $(DESTDIR)/UDSClient
tar czvf ../udsclient3-$(VERSION)-thinpro.tar.gz -C $(DESTDIR) .
rm -rf $(DESTDIR)

0 comments on commit c699725

Please sign in to comment.