fix: Issues with launching and installation on the steam deck
This commit is contained in:
parent
dc0f2d150a
commit
ccc5a05ed7
19 changed files with 247 additions and 80 deletions
|
|
@ -31,7 +31,8 @@ export class InstallJob implements IJob<never, InstallJobStates>
|
|||
public gameId: string;
|
||||
public source: string;
|
||||
public config?: JobConfig;
|
||||
|
||||
// The local game ID of newly created entry, if successful
|
||||
public localGameId?: number;
|
||||
public group = InstallJob.id;
|
||||
|
||||
constructor(id: string, source: string, config?: JobConfig)
|
||||
|
|
@ -252,6 +253,7 @@ export class InstallJob implements IJob<never, InstallJobStates>
|
|||
})));
|
||||
}
|
||||
|
||||
this.localGameId = id;
|
||||
});
|
||||
} else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue