feat: adding cloud sync

This commit is contained in:
Chubby Granny Chaser 2024-09-25 19:37:28 +01:00
parent d88e06e289
commit e64a414309
No known key found for this signature in database
33 changed files with 1352 additions and 84 deletions

View file

@ -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");