mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 02:13:59 +00:00
feat: adding possibility to create steam shortcut
This commit is contained in:
@@ -53,3 +53,22 @@ export interface SteamAppDetails {
|
||||
ids: number[];
|
||||
};
|
||||
}
|
||||
|
||||
export interface SteamShortcut {
|
||||
appid: number;
|
||||
appname: string;
|
||||
Exe: string;
|
||||
StartDir: string;
|
||||
icon: string;
|
||||
ShortcutPath: string;
|
||||
LaunchOptions: string;
|
||||
IsHidden: boolean;
|
||||
AllowDesktopConfig: boolean;
|
||||
AllowOverlay: boolean;
|
||||
OpenVR: boolean;
|
||||
Devkit: boolean;
|
||||
DevkitGameID: string;
|
||||
DevkitOverrideAppID: boolean;
|
||||
LastPlayTime: boolean;
|
||||
FlatpakAppID: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user