mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 04:11:02 +00:00
feat: adding wine prefix
This commit is contained in:
@@ -25,3 +25,18 @@ export interface LudusaviBackup {
|
||||
export interface LudusaviFindResult {
|
||||
games: Record<string, unknown>;
|
||||
}
|
||||
|
||||
export interface LudusaviConfig {
|
||||
manifest: {
|
||||
enable: boolean;
|
||||
secondary: {
|
||||
url: string;
|
||||
enable: boolean;
|
||||
}[];
|
||||
};
|
||||
customGames: {
|
||||
name: string;
|
||||
files: string[];
|
||||
registry: [];
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user