From ff189f76773d41a1f6d3a550fcc08bbdefae7a8e Mon Sep 17 00:00:00 2001 From: lilezek Date: Sat, 4 May 2024 12:34:21 +0200 Subject: [PATCH] fix: forgot to import something during the merge commit --- src/main/services/donwloaders/downloader.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/services/donwloaders/downloader.ts b/src/main/services/donwloaders/downloader.ts index ef8f68cf..41297c5a 100644 --- a/src/main/services/donwloaders/downloader.ts +++ b/src/main/services/donwloaders/downloader.ts @@ -13,6 +13,7 @@ import { GameStatus } from "@globals"; import path from "node:path"; import crypto from "node:crypto"; import fs from "node:fs"; +import { app } from "electron"; interface DownloadStatus {