Add features to add flatpak apps on linux (#161)

* Add features to add flatpak apps on linux

* Fix build on windows
This commit is contained in:
Philip Kristoffersen
2022-05-28 19:10:51 +02:00
committed by GitHub
parent b426201695
commit a5fa774fd3
10 changed files with 124 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
mod platform;
mod settings;
pub use platform::*;
pub use settings::*;