chore: merge with main

This commit is contained in:
Chubby Granny Chaser 2024-06-08 20:29:07 +01:00
parent 53f4394a49
commit bf33fa7ed9
No known key found for this signature in database

View file

@ -1,6 +1,5 @@
import type { Aria2Status } from "aria2"; import type { Aria2Status } from "aria2";
import type { DownloadSourceStatus, Downloader } from "@shared"; import type { DownloadSourceStatus, Downloader } from "@shared";
import { UpdateInfo } from "electron-updater";
export type GameShop = "steam" | "epic"; export type GameShop = "steam" | "epic";