Remove the unnecessary flatpak feature flag

This commit is contained in:
teackot
2023-05-16 19:22:56 +03:00
parent b413ef00be
commit 0d509fdfa6
5 changed files with 2 additions and 9 deletions
@@ -4,5 +4,4 @@ pub mod arch;
pub mod debian;
pub mod python;
pub mod rust;
#[cfg(feature = "flatpak")]
pub mod flatpak;
-1
View File
@@ -18,6 +18,5 @@ pub enum Backends {
Debian,
Python,
Rust,
#[cfg(feature = "flatpak")]
Flatpak,
}