Remove the unnecessary flatpak feature flag
This commit is contained in:
@@ -4,5 +4,4 @@ pub mod arch;
|
||||
pub mod debian;
|
||||
pub mod python;
|
||||
pub mod rust;
|
||||
#[cfg(feature = "flatpak")]
|
||||
pub mod flatpak;
|
||||
|
||||
@@ -18,6 +18,5 @@ pub enum Backends {
|
||||
Debian,
|
||||
Python,
|
||||
Rust,
|
||||
#[cfg(feature = "flatpak")]
|
||||
Flatpak,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user