mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add support for lutris flatpak version (#114)
This commit is contained in:
@@ -3,5 +3,7 @@ use serde::{Deserialize, Serialize};
|
||||
#[derive(Debug, Deserialize, Serialize, Clone)]
|
||||
pub struct LutrisSettings {
|
||||
pub enabled: bool,
|
||||
pub executable: Option<String>,
|
||||
pub executable: String,
|
||||
pub flatpak: bool,
|
||||
pub flatpak_image: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user