mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
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:
@@ -3,6 +3,7 @@ use tokio::sync::watch::Sender;
|
||||
|
||||
use crate::{
|
||||
egs::EpicPlatform,
|
||||
flatpak::FlatpakPlatform,
|
||||
legendary::LegendaryPlatform,
|
||||
lutris::lutris_platform::LutrisPlatform,
|
||||
platform::Platform,
|
||||
@@ -217,6 +218,10 @@ pub fn get_platform_shortcuts(settings: &Settings) -> Vec<(String, Vec<ShortcutO
|
||||
platform_results.push(update_platform_shortcuts(&HeroicPlatform {
|
||||
settings: settings.heroic.clone(),
|
||||
}));
|
||||
|
||||
platform_results.push(update_platform_shortcuts(&FlatpakPlatform {
|
||||
settings: settings.flatpak.clone(),
|
||||
}));
|
||||
}
|
||||
|
||||
#[cfg(windows)]
|
||||
|
||||
Reference in New Issue
Block a user