Skip to content

Commit

Permalink
deb: use xz compression because it's more supported
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed May 21, 2024
1 parent 2f3d226 commit f9c1dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/deb
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ do
cp $i $(echo $i | sed -E "s/^(lib\/)(.*)-$PLATFORM(\.so)$/$dst_escaped\/\2\3/")
done

dpkg-deb --build "$pkg" "lib/$pkg_name.deb"
dpkg-deb -Z xz --build "$pkg" "lib/$pkg_name.deb"

0 comments on commit f9c1dad

Please sign in to comment.