mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
feat: migrating games to level
This commit is contained in:
@@ -10,7 +10,7 @@ import { Readable } from "node:stream";
|
||||
import { app, dialog } from "electron";
|
||||
|
||||
interface GamePayload {
|
||||
game_id: number;
|
||||
game_id: string;
|
||||
url: string;
|
||||
save_path: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user