mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding cloud sync
This commit is contained in:
parent
d88e06e289
commit
e64a414309
33 changed files with 1352 additions and 84 deletions
|
@ -58,6 +58,12 @@ import "./profile/update-profile";
|
|||
import "./profile/process-profile-image";
|
||||
import "./profile/send-friend-request";
|
||||
import "./profile/sync-friend-requests";
|
||||
import "./cloud-sync/download-game-artifact";
|
||||
import "./cloud-sync//get-game-artifacts";
|
||||
import "./cloud-sync/get-game-backup-preview";
|
||||
import "./cloud-sync/upload-save-game";
|
||||
import "./cloud-sync/check-game-cloud-sync-support";
|
||||
import "./cloud-sync/delete-game-artifact";
|
||||
import { isPortableVersion } from "@main/helpers";
|
||||
|
||||
ipcMain.handle("ping", () => "pong");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue