Skip to content

Commit

Permalink
Build debs with xz compression for debian compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
carsso committed Jun 1, 2023
1 parent dfb7174 commit d63555c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ debs:
else \
cp release/linux-$$arch/* $(DEBROOT)/usr/local/wigo/bin/ ; \
fi ; \
dpkg-deb --build $(DEBROOT) $(DEBROOT)/wigo-$(RELEASE_VERSION)-$$arch.deb ; \
dpkg-deb -Z xz --build $(DEBROOT) $(DEBROOT)/wigo-$(RELEASE_VERSION)-$$arch.deb ; \
done

publish-debs:
Expand Down

0 comments on commit d63555c

Please sign in to comment.