diff --git a/src/main/services/decky-plugin.ts b/src/main/services/decky-plugin.ts index cedc3b51..cb8999c3 100644 --- a/src/main/services/decky-plugin.ts +++ b/src/main/services/decky-plugin.ts @@ -76,14 +76,14 @@ export class DeckyPlugin { try { await SevenZip.extractFile({ - filePath: zipPath, - outputPath: extractPath, + filePath: zipPath, + outputPath: extractPath, }); - logger.log(`Plugin extracted to: ${extractPath}`); + logger.log(`Plugin extracted to: ${extractPath}`); return extractPath; } catch { throw new Error("Failed to extract plugin"); - } + } } private static needsSudo(): boolean { diff --git a/src/renderer/src/pages/downloads/download-group.tsx b/src/renderer/src/pages/downloads/download-group.tsx index 66855bcf..52fbcdfd 100644 --- a/src/renderer/src/pages/downloads/download-group.tsx +++ b/src/renderer/src/pages/downloads/download-group.tsx @@ -331,35 +331,35 @@ function HeroDownloadView({ {!isGameExtracting && ( -