cat-in-136 / cargo-generate-rpm

Cargo helper command to generate a binary RPM package
MIT License
92 stars 19 forks source link

Add glob capability to assets #29

Closed jtk18 closed 2 years ago

jtk18 commented 2 years ago

Glob support was already in cargo-deb and I wanted to have it in this crate, too. I added it for my own build, but I thought I'd share upstream. Please let me know if you'd like any changes at all. I could even feature gate it if you'd rather.

Thank you for the great crate, once again!

cat-in-136 commented 2 years ago

@jtk18 I've confirmed all my review comments have been resolved. Thank you for your great pull request!