Skip to content

Commit

Permalink
ci: do not compress deb
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed May 21, 2024
1 parent f9c1dad commit 42f535a
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 -Z xz --build "$pkg" "lib/$pkg_name.deb"
dpkg-deb -Z none --build "$pkg" "lib/$pkg_name.deb"

0 comments on commit 42f535a

Please sign in to comment.