From 52c9c1edcc4a190357924a58f9d87fe6da0d2226 Mon Sep 17 00:00:00 2001 From: OhMyGuus Date: Wed, 16 Jun 2021 00:28:49 +0200 Subject: [PATCH] temp fix V2 --- src/main/ipc-handlers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ipc-handlers.ts b/src/main/ipc-handlers.ts index 01364192f..b6f3486a0 100644 --- a/src/main/ipc-handlers.ts +++ b/src/main/ipc-handlers.ts @@ -1,5 +1,5 @@ import { app, dialog, ipcMain, shell } from 'electron'; -import { platform } from 'os'; +// import { platform } from 'os'; // import { enumerateValues } from 'registry-js'; import { DefaultGamePlatforms, GamePlatform, PlatformRunType } from '../common/GamePlatform'; import spawn from 'cross-spawn';