cat-in-136 / cargo-generate-rpm

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

allow output to be a directory #34

Closed tofay closed 2 years ago

tofay commented 2 years ago

if --output is an existing directory, generate the filename for the user and place the RPM in the specified directory.

Fixes https://github.com/cat-in-136/cargo-generate-rpm/issues/22

cat-in-136 commented 2 years ago

Thanks a lot!