decipher3114 / Capter

A simple cross-platform screenshot tool made in rust
Apache License 2.0
89 stars 4 forks source link

[REQUEST] Build support for RPM Package #8

Closed itsnotsos closed 1 week ago

itsnotsos commented 2 weeks ago

Hey can we get a package for RHEL distros?

decipher3114 commented 1 week ago

Supporting prebuilts for all three major distros is very uncertain. I have to remove pacman from the prebuilts because of the issue it was having after being built on ubuntu-latest on GitHub Actions.

It is very much suggested for you to use cargo to install it. It may take time at first to built. But subsequent builds would be faster because of the cache.

It is the suggested method until I find something reliable.