mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-02-01 19:15:07 +01:00
feat: adding sources migration
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
Lock,
|
||||
DeckyPlugin,
|
||||
} from "@main/services";
|
||||
import { migrateDownloadSources } from "./helpers/migrate-download-sources";
|
||||
|
||||
export const loadState = async () => {
|
||||
await Lock.acquireLock();
|
||||
@@ -51,6 +52,7 @@ export const loadState = async () => {
|
||||
|
||||
await HydraApi.setupApi().then(() => {
|
||||
uploadGamesBatch();
|
||||
void migrateDownloadSources();
|
||||
// WSClient.connect();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user