mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'feature/cloud-sync' into feature/game-achievements
# Conflicts: # src/main/services/achievements/achievement-watcher.ts # src/main/services/achievements/update-local-unlocked-achivements.ts # src/main/services/hydra-api.ts
This commit is contained in:
commit
f2d66df34f
24 changed files with 288 additions and 255 deletions
|
@ -67,6 +67,7 @@ import "./cloud-save/upload-save-game";
|
|||
import "./cloud-save/delete-game-artifact";
|
||||
import "./notifications/publish-new-repacks-notification";
|
||||
import { isPortableVersion } from "@main/helpers";
|
||||
import "./misc/show-item-in-folder";
|
||||
|
||||
ipcMain.handle("ping", () => "pong");
|
||||
ipcMain.handle("getVersion", () => appVersion);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue