mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 05:46:17 +00:00
Merge pull request #1894 from hydralauncher/feat/LBX-188
Feat: proper archive extraction and deletion after completion
This commit is contained in:
@@ -70,6 +70,7 @@
|
|||||||
"jsonwebtoken": "^9.0.2",
|
"jsonwebtoken": "^9.0.2",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"lucide-react": "^0.544.0",
|
"lucide-react": "^0.544.0",
|
||||||
|
"node-7z": "^3.0.0",
|
||||||
"parse-torrent": "^11.0.18",
|
"parse-torrent": "^11.0.18",
|
||||||
"rc-virtual-list": "^3.18.3",
|
"rc-virtual-list": "^3.18.3",
|
||||||
"react-dnd": "^16.0.1",
|
"react-dnd": "^16.0.1",
|
||||||
|
|||||||
@@ -115,6 +115,7 @@
|
|||||||
"downloading": "Downloading {{title}}… ({{percentage}} complete) - Completion {{eta}} - {{speed}}",
|
"downloading": "Downloading {{title}}… ({{percentage}} complete) - Completion {{eta}} - {{speed}}",
|
||||||
"calculating_eta": "Downloading {{title}}… ({{percentage}} complete) - Calculating remaining time…",
|
"calculating_eta": "Downloading {{title}}… ({{percentage}} complete) - Calculating remaining time…",
|
||||||
"checking_files": "Checking {{title}} files… ({{percentage}} complete)",
|
"checking_files": "Checking {{title}} files… ({{percentage}} complete)",
|
||||||
|
"extracting": "Extracting {{title}}… ({{percentage}} complete)",
|
||||||
"installing_common_redist": "{{log}}…",
|
"installing_common_redist": "{{log}}…",
|
||||||
"installation_complete": "Installation complete",
|
"installation_complete": "Installation complete",
|
||||||
"installation_complete_message": "Common redistributables installed successfully"
|
"installation_complete_message": "Common redistributables installed successfully"
|
||||||
@@ -202,6 +203,7 @@
|
|||||||
"danger_zone_section_description": "Remove this game from your library or the files downloaded by Hydra",
|
"danger_zone_section_description": "Remove this game from your library or the files downloaded by Hydra",
|
||||||
"download_in_progress": "Download in progress",
|
"download_in_progress": "Download in progress",
|
||||||
"download_paused": "Download paused",
|
"download_paused": "Download paused",
|
||||||
|
"extracting": "Extracting",
|
||||||
"last_downloaded_option": "Last downloaded option",
|
"last_downloaded_option": "Last downloaded option",
|
||||||
"new_download_option": "New",
|
"new_download_option": "New",
|
||||||
"create_steam_shortcut": "Create Steam shortcut",
|
"create_steam_shortcut": "Create Steam shortcut",
|
||||||
@@ -414,7 +416,11 @@
|
|||||||
"resume_seeding": "Resume seeding",
|
"resume_seeding": "Resume seeding",
|
||||||
"options": "Manage",
|
"options": "Manage",
|
||||||
"extract": "Extract files",
|
"extract": "Extract files",
|
||||||
"extracting": "Extracting files…"
|
"extracting": "Extracting files…",
|
||||||
|
"delete_archive_title": "Would you like to delete {{fileName}}?",
|
||||||
|
"delete_archive_description": "The file has been successfully extracted and it's no longer needed.",
|
||||||
|
"yes": "Yes",
|
||||||
|
"no": "No"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"downloads_path": "Downloads path",
|
"downloads_path": "Downloads path",
|
||||||
|
|||||||
@@ -115,6 +115,7 @@
|
|||||||
"downloading": "Baixando {{title}}… ({{percentage}} concluído) - Conclusão {{eta}} - {{speed}}",
|
"downloading": "Baixando {{title}}… ({{percentage}} concluído) - Conclusão {{eta}} - {{speed}}",
|
||||||
"calculating_eta": "Baixando {{title}}… ({{percentage}} concluído) - Calculando tempo restante…",
|
"calculating_eta": "Baixando {{title}}… ({{percentage}} concluído) - Calculando tempo restante…",
|
||||||
"checking_files": "Verificando arquivos de {{title}}…",
|
"checking_files": "Verificando arquivos de {{title}}…",
|
||||||
|
"extracting": "Extraindo {{title}}… ({{percentage}} concluído)",
|
||||||
"installing_common_redist": "{{log}}…",
|
"installing_common_redist": "{{log}}…",
|
||||||
"installation_complete": "Instalação concluída",
|
"installation_complete": "Instalação concluída",
|
||||||
"installation_complete_message": "Componentes recomendados instalados com sucesso"
|
"installation_complete_message": "Componentes recomendados instalados com sucesso"
|
||||||
@@ -190,6 +191,7 @@
|
|||||||
"danger_zone_section_description": "Remova o jogo da sua biblioteca ou os arquivos que foram baixados pelo Hydra",
|
"danger_zone_section_description": "Remova o jogo da sua biblioteca ou os arquivos que foram baixados pelo Hydra",
|
||||||
"download_in_progress": "Download em andamento",
|
"download_in_progress": "Download em andamento",
|
||||||
"download_paused": "Download pausado",
|
"download_paused": "Download pausado",
|
||||||
|
"extracting": "Extraindo",
|
||||||
"last_downloaded_option": "Última opção baixada",
|
"last_downloaded_option": "Última opção baixada",
|
||||||
"new_download_option": "Novo",
|
"new_download_option": "Novo",
|
||||||
"create_steam_shortcut": "Criar atalho na Steam",
|
"create_steam_shortcut": "Criar atalho na Steam",
|
||||||
@@ -402,7 +404,11 @@
|
|||||||
"resume_seeding": "Semear",
|
"resume_seeding": "Semear",
|
||||||
"options": "Gerenciar",
|
"options": "Gerenciar",
|
||||||
"extract": "Extrair arquivos",
|
"extract": "Extrair arquivos",
|
||||||
"extracting": "Extraindo arquivos…"
|
"extracting": "Extraindo arquivos…",
|
||||||
|
"delete_archive_title": "Deseja deletar {{fileName}}?",
|
||||||
|
"delete_archive_description": "O arquivo foi extraído com sucesso e não é mais necessário.",
|
||||||
|
"yes": "Sim",
|
||||||
|
"no": "Não"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"downloads_path": "Diretório dos downloads",
|
"downloads_path": "Diretório dos downloads",
|
||||||
|
|||||||
23
src/main/events/library/delete-archive.ts
Normal file
23
src/main/events/library/delete-archive.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import fs from "node:fs";
|
||||||
|
|
||||||
|
import { registerEvent } from "../register-event";
|
||||||
|
import { logger } from "@main/services";
|
||||||
|
|
||||||
|
const deleteArchive = async (
|
||||||
|
_event: Electron.IpcMainInvokeEvent,
|
||||||
|
filePath: string
|
||||||
|
) => {
|
||||||
|
try {
|
||||||
|
if (fs.existsSync(filePath)) {
|
||||||
|
await fs.promises.unlink(filePath);
|
||||||
|
logger.info(`Deleted archive: ${filePath}`);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
} catch (err) {
|
||||||
|
logger.error(`Failed to delete archive: ${filePath}`, err);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
registerEvent("deleteArchive", deleteArchive);
|
||||||
@@ -22,6 +22,7 @@ const extractGameDownload = async (
|
|||||||
await downloadsSublevel.put(gameKey, {
|
await downloadsSublevel.put(gameKey, {
|
||||||
...download,
|
...download,
|
||||||
extracting: true,
|
extracting: true,
|
||||||
|
extractionProgress: 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
const gameFilesManager = new GameFilesManager(shop, objectId);
|
const gameFilesManager = new GameFilesManager(shop, objectId);
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import "./close-game";
|
|||||||
import "./copy-custom-game-asset";
|
import "./copy-custom-game-asset";
|
||||||
import "./create-game-shortcut";
|
import "./create-game-shortcut";
|
||||||
import "./create-steam-shortcut";
|
import "./create-steam-shortcut";
|
||||||
|
import "./delete-archive";
|
||||||
import "./delete-game-folder";
|
import "./delete-game-folder";
|
||||||
import "./extract-game-download";
|
import "./extract-game-download";
|
||||||
import "./get-default-wine-prefix-selection-path";
|
import "./get-default-wine-prefix-selection-path";
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ const startGameDownload = async (
|
|||||||
queued: true,
|
queued: true,
|
||||||
extracting: false,
|
extracting: false,
|
||||||
automaticallyExtract,
|
automaticallyExtract,
|
||||||
|
extractionProgress: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { app } from "electron";
|
import { app } from "electron";
|
||||||
import cp from "node:child_process";
|
import Seven, { CommandLineSwitches } from "node-7z";
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import { logger } from "./logger";
|
import { logger } from "./logger";
|
||||||
|
|
||||||
@@ -9,6 +9,17 @@ export const binaryName = {
|
|||||||
win32: "7z.exe",
|
win32: "7z.exe",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export interface ExtractionProgress {
|
||||||
|
percent: number;
|
||||||
|
fileCount: number;
|
||||||
|
file: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ExtractionResult {
|
||||||
|
success: boolean;
|
||||||
|
extractedFiles: string[];
|
||||||
|
}
|
||||||
|
|
||||||
export class SevenZip {
|
export class SevenZip {
|
||||||
private static readonly binaryPath = app.isPackaged
|
private static readonly binaryPath = app.isPackaged
|
||||||
? path.join(process.resourcesPath, binaryName[process.platform])
|
? path.join(process.resourcesPath, binaryName[process.platform])
|
||||||
@@ -32,43 +43,109 @@ export class SevenZip {
|
|||||||
cwd?: string;
|
cwd?: string;
|
||||||
passwords?: string[];
|
passwords?: string[];
|
||||||
},
|
},
|
||||||
successCb: () => void,
|
onProgress?: (progress: ExtractionProgress) => void
|
||||||
errorCb: () => void
|
): Promise<ExtractionResult> {
|
||||||
) {
|
return new Promise((resolve, reject) => {
|
||||||
const tryPassword = (index = -1) => {
|
const tryPassword = (index = -1) => {
|
||||||
const password = passwords[index] ?? "";
|
const password = passwords[index] ?? "";
|
||||||
logger.info(`Trying password ${password} on ${filePath}`);
|
logger.info(
|
||||||
|
`Trying password "${password || "(empty)"}" on ${filePath}`
|
||||||
|
);
|
||||||
|
|
||||||
const args = ["x", filePath, "-y", "-p" + password];
|
const extractedFiles: string[] = [];
|
||||||
|
let fileCount = 0;
|
||||||
|
|
||||||
|
const options: CommandLineSwitches = {
|
||||||
|
$bin: this.binaryPath,
|
||||||
|
$progress: true,
|
||||||
|
yes: true,
|
||||||
|
password: password || undefined,
|
||||||
|
};
|
||||||
|
|
||||||
if (outputPath) {
|
if (outputPath) {
|
||||||
args.push("-o" + outputPath);
|
options.outputDir = outputPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
const child = cp.execFile(this.binaryPath, args, {
|
const stream = Seven.extractFull(filePath, outputPath || cwd || ".", {
|
||||||
cwd,
|
...options,
|
||||||
|
$spawnOptions: cwd ? { cwd } : undefined,
|
||||||
});
|
});
|
||||||
|
|
||||||
child.once("exit", (code) => {
|
stream.on("progress", (progress) => {
|
||||||
if (code === 0) {
|
if (onProgress) {
|
||||||
successCb();
|
onProgress({
|
||||||
return;
|
percent: progress.percent,
|
||||||
|
fileCount: fileCount,
|
||||||
|
file: progress.fileCount?.toString() || "",
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
stream.on("data", (data) => {
|
||||||
|
if (data.file) {
|
||||||
|
extractedFiles.push(data.file);
|
||||||
|
fileCount++;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
stream.on("end", () => {
|
||||||
|
logger.info(
|
||||||
|
`Successfully extracted ${filePath} (${extractedFiles.length} files)`
|
||||||
|
);
|
||||||
|
resolve({
|
||||||
|
success: true,
|
||||||
|
extractedFiles,
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
stream.on("error", (err) => {
|
||||||
|
logger.error(`Extraction error for ${filePath}:`, err);
|
||||||
|
|
||||||
if (index < passwords.length - 1) {
|
if (index < passwords.length - 1) {
|
||||||
logger.info(
|
logger.info(
|
||||||
`Failed to extract file: ${filePath} with password: ${password}. Trying next password...`
|
`Failed to extract file: ${filePath} with password: "${password}". Trying next password...`
|
||||||
);
|
);
|
||||||
|
|
||||||
tryPassword(index + 1);
|
tryPassword(index + 1);
|
||||||
} else {
|
} else {
|
||||||
logger.info(`Failed to extract file: ${filePath}`);
|
logger.error(
|
||||||
|
`Failed to extract file: ${filePath} after trying all passwords`
|
||||||
errorCb();
|
);
|
||||||
|
reject(new Error(`Failed to extract file: ${filePath}`));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
tryPassword();
|
tryPassword();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
public static listFiles(
|
||||||
|
filePath: string,
|
||||||
|
password?: string
|
||||||
|
): Promise<string[]> {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
const files: string[] = [];
|
||||||
|
|
||||||
|
const options: CommandLineSwitches = {
|
||||||
|
$bin: this.binaryPath,
|
||||||
|
password: password || undefined,
|
||||||
|
};
|
||||||
|
|
||||||
|
const stream = Seven.list(filePath, options);
|
||||||
|
|
||||||
|
stream.on("data", (data) => {
|
||||||
|
if (data.file) {
|
||||||
|
files.push(data.file);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
stream.on("end", () => {
|
||||||
|
resolve(files);
|
||||||
|
});
|
||||||
|
|
||||||
|
stream.on("error", (err) => {
|
||||||
|
reject(err);
|
||||||
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,21 +74,16 @@ export class DeckyPlugin {
|
|||||||
|
|
||||||
await fs.promises.mkdir(extractPath, { recursive: true });
|
await fs.promises.mkdir(extractPath, { recursive: true });
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
try {
|
||||||
SevenZip.extractFile(
|
await SevenZip.extractFile({
|
||||||
{
|
|
||||||
filePath: zipPath,
|
filePath: zipPath,
|
||||||
outputPath: extractPath,
|
outputPath: extractPath,
|
||||||
},
|
|
||||||
() => {
|
|
||||||
logger.log(`Plugin extracted to: ${extractPath}`);
|
|
||||||
resolve(extractPath);
|
|
||||||
},
|
|
||||||
() => {
|
|
||||||
reject(new Error("Failed to extract plugin"));
|
|
||||||
}
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
logger.log(`Plugin extracted to: ${extractPath}`);
|
||||||
|
return extractPath;
|
||||||
|
} catch {
|
||||||
|
throw new Error("Failed to extract plugin");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static needsSudo(): boolean {
|
private static needsSudo(): boolean {
|
||||||
|
|||||||
@@ -126,21 +126,10 @@ export class DownloadManager {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
if (WindowManager.mainWindow && download) {
|
|
||||||
WindowManager.mainWindow.setProgressBar(progress === 1 ? -1 : progress);
|
|
||||||
WindowManager.mainWindow.webContents.send(
|
|
||||||
"on-download-progress",
|
|
||||||
JSON.parse(
|
|
||||||
JSON.stringify({
|
|
||||||
...status,
|
|
||||||
game,
|
|
||||||
})
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
const shouldExtract = download.automaticallyExtract;
|
const shouldExtract = download.automaticallyExtract;
|
||||||
|
|
||||||
|
// Handle download completion BEFORE sending progress to renderer
|
||||||
|
// This ensures extraction starts and DB is updated before UI reacts
|
||||||
if (progress === 1 && download) {
|
if (progress === 1 && download) {
|
||||||
publishDownloadCompleteNotification(game);
|
publishDownloadCompleteNotification(game);
|
||||||
|
|
||||||
@@ -154,6 +143,7 @@ export class DownloadManager {
|
|||||||
shouldSeed: true,
|
shouldSeed: true,
|
||||||
queued: false,
|
queued: false,
|
||||||
extracting: shouldExtract,
|
extracting: shouldExtract,
|
||||||
|
extractionProgress: shouldExtract ? 0 : download.extractionProgress,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
await downloadsSublevel.put(gameId, {
|
await downloadsSublevel.put(gameId, {
|
||||||
@@ -162,12 +152,22 @@ export class DownloadManager {
|
|||||||
shouldSeed: false,
|
shouldSeed: false,
|
||||||
queued: false,
|
queued: false,
|
||||||
extracting: shouldExtract,
|
extracting: shouldExtract,
|
||||||
|
extractionProgress: shouldExtract ? 0 : download.extractionProgress,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.cancelDownload(gameId);
|
this.cancelDownload(gameId);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (shouldExtract) {
|
if (shouldExtract) {
|
||||||
|
// Send initial extraction progress BEFORE download progress
|
||||||
|
// This ensures the UI shows extraction immediately
|
||||||
|
WindowManager.mainWindow?.webContents.send(
|
||||||
|
"on-extraction-progress",
|
||||||
|
game.shop,
|
||||||
|
game.objectId,
|
||||||
|
0
|
||||||
|
);
|
||||||
|
|
||||||
const gameFilesManager = new GameFilesManager(
|
const gameFilesManager = new GameFilesManager(
|
||||||
game.shop,
|
game.shop,
|
||||||
game.objectId
|
game.objectId
|
||||||
@@ -209,6 +209,18 @@ export class DownloadManager {
|
|||||||
this.downloadingGameId = null;
|
this.downloadingGameId = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Send progress to renderer after completion handling
|
||||||
|
if (WindowManager.mainWindow && download) {
|
||||||
|
WindowManager.mainWindow.setProgressBar(progress === 1 ? -1 : progress);
|
||||||
|
WindowManager.mainWindow.webContents.send(
|
||||||
|
"on-download-progress",
|
||||||
|
structuredClone({
|
||||||
|
...status,
|
||||||
|
game,
|
||||||
|
})
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,24 +3,58 @@ import fs from "node:fs";
|
|||||||
import type { GameShop } from "@types";
|
import type { GameShop } from "@types";
|
||||||
import { downloadsSublevel, gamesSublevel, levelKeys } from "@main/level";
|
import { downloadsSublevel, gamesSublevel, levelKeys } from "@main/level";
|
||||||
import { FILE_EXTENSIONS_TO_EXTRACT } from "@shared";
|
import { FILE_EXTENSIONS_TO_EXTRACT } from "@shared";
|
||||||
import { SevenZip } from "./7zip";
|
import { SevenZip, ExtractionProgress } from "./7zip";
|
||||||
import { WindowManager } from "./window-manager";
|
import { WindowManager } from "./window-manager";
|
||||||
import { publishExtractionCompleteNotification } from "./notifications";
|
import { publishExtractionCompleteNotification } from "./notifications";
|
||||||
import { logger } from "./logger";
|
import { logger } from "./logger";
|
||||||
|
|
||||||
|
const PROGRESS_THROTTLE_MS = 1000;
|
||||||
|
|
||||||
export class GameFilesManager {
|
export class GameFilesManager {
|
||||||
|
private lastProgressUpdate = 0;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private readonly shop: GameShop,
|
private readonly shop: GameShop,
|
||||||
private readonly objectId: string
|
private readonly objectId: string
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
private async clearExtractionState() {
|
private get gameKey() {
|
||||||
const gameKey = levelKeys.game(this.shop, this.objectId);
|
return levelKeys.game(this.shop, this.objectId);
|
||||||
const download = await downloadsSublevel.get(gameKey);
|
}
|
||||||
|
|
||||||
await downloadsSublevel.put(gameKey, {
|
private async updateExtractionProgress(progress: number, force = false) {
|
||||||
...download!,
|
const now = Date.now();
|
||||||
|
|
||||||
|
if (!force && now - this.lastProgressUpdate < PROGRESS_THROTTLE_MS) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.lastProgressUpdate = now;
|
||||||
|
|
||||||
|
const download = await downloadsSublevel.get(this.gameKey);
|
||||||
|
if (!download) return;
|
||||||
|
|
||||||
|
await downloadsSublevel.put(this.gameKey, {
|
||||||
|
...download,
|
||||||
|
extractionProgress: progress,
|
||||||
|
});
|
||||||
|
|
||||||
|
WindowManager.mainWindow?.webContents.send(
|
||||||
|
"on-extraction-progress",
|
||||||
|
this.shop,
|
||||||
|
this.objectId,
|
||||||
|
progress
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
private async clearExtractionState() {
|
||||||
|
const download = await downloadsSublevel.get(this.gameKey);
|
||||||
|
if (!download) return;
|
||||||
|
|
||||||
|
await downloadsSublevel.put(this.gameKey, {
|
||||||
|
...download,
|
||||||
extracting: false,
|
extracting: false,
|
||||||
|
extractionProgress: 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
WindowManager.mainWindow?.webContents.send(
|
WindowManager.mainWindow?.webContents.send(
|
||||||
@@ -30,6 +64,10 @@ export class GameFilesManager {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private readonly handleProgress = (progress: ExtractionProgress) => {
|
||||||
|
this.updateExtractionProgress(progress.percent / 100);
|
||||||
|
};
|
||||||
|
|
||||||
async extractFilesInDirectory(directoryPath: string) {
|
async extractFilesInDirectory(directoryPath: string) {
|
||||||
if (!fs.existsSync(directoryPath)) return;
|
if (!fs.existsSync(directoryPath)) return;
|
||||||
const files = await fs.promises.readdir(directoryPath);
|
const files = await fs.promises.readdir(directoryPath);
|
||||||
@@ -42,53 +80,66 @@ export class GameFilesManager {
|
|||||||
(file) => /part1\.rar$/i.test(file) || !/part\d+\.rar$/i.test(file)
|
(file) => /part1\.rar$/i.test(file) || !/part\d+\.rar$/i.test(file)
|
||||||
);
|
);
|
||||||
|
|
||||||
await Promise.all(
|
if (filesToExtract.length === 0) return;
|
||||||
filesToExtract.map((file) => {
|
|
||||||
return new Promise((resolve, reject) => {
|
await this.updateExtractionProgress(0, true);
|
||||||
SevenZip.extractFile(
|
|
||||||
|
const totalFiles = filesToExtract.length;
|
||||||
|
let completedFiles = 0;
|
||||||
|
|
||||||
|
for (const file of filesToExtract) {
|
||||||
|
try {
|
||||||
|
const result = await SevenZip.extractFile(
|
||||||
{
|
{
|
||||||
filePath: path.join(directoryPath, file),
|
filePath: path.join(directoryPath, file),
|
||||||
cwd: directoryPath,
|
cwd: directoryPath,
|
||||||
passwords: ["online-fix.me", "steamrip.com"],
|
passwords: ["online-fix.me", "steamrip.com"],
|
||||||
},
|
},
|
||||||
() => {
|
(progress) => {
|
||||||
resolve(true);
|
const overallProgress =
|
||||||
},
|
(completedFiles + progress.percent / 100) / totalFiles;
|
||||||
() => {
|
this.updateExtractionProgress(overallProgress);
|
||||||
reject(new Error(`Failed to extract file: ${file}`));
|
|
||||||
this.clearExtractionState();
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
|
||||||
})
|
if (result.success) {
|
||||||
|
completedFiles++;
|
||||||
|
await this.updateExtractionProgress(
|
||||||
|
completedFiles / totalFiles,
|
||||||
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
compressedFiles.forEach((file) => {
|
|
||||||
const extractionPath = path.join(directoryPath, file);
|
|
||||||
|
|
||||||
if (fs.existsSync(extractionPath)) {
|
|
||||||
fs.unlink(extractionPath, (err) => {
|
|
||||||
if (err) {
|
|
||||||
logger.error(`Failed to delete file: ${file}`, err);
|
|
||||||
|
|
||||||
this.clearExtractionState();
|
|
||||||
}
|
}
|
||||||
});
|
} catch (err) {
|
||||||
|
logger.error(`Failed to extract file: ${file}`, err);
|
||||||
|
await this.clearExtractionState();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const archivePaths = compressedFiles
|
||||||
|
.map((file) => path.join(directoryPath, file))
|
||||||
|
.filter((archivePath) => fs.existsSync(archivePath));
|
||||||
|
|
||||||
|
if (archivePaths.length > 0) {
|
||||||
|
WindowManager.mainWindow?.webContents.send(
|
||||||
|
"on-archive-deletion-prompt",
|
||||||
|
archivePaths
|
||||||
|
);
|
||||||
}
|
}
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async setExtractionComplete(publishNotification = true) {
|
async setExtractionComplete(publishNotification = true) {
|
||||||
const gameKey = levelKeys.game(this.shop, this.objectId);
|
|
||||||
|
|
||||||
const [download, game] = await Promise.all([
|
const [download, game] = await Promise.all([
|
||||||
downloadsSublevel.get(gameKey),
|
downloadsSublevel.get(this.gameKey),
|
||||||
gamesSublevel.get(gameKey),
|
gamesSublevel.get(this.gameKey),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
await downloadsSublevel.put(gameKey, {
|
if (!download) return;
|
||||||
...download!,
|
|
||||||
|
await downloadsSublevel.put(this.gameKey, {
|
||||||
|
...download,
|
||||||
extracting: false,
|
extracting: false,
|
||||||
|
extractionProgress: 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
WindowManager.mainWindow?.webContents.send(
|
WindowManager.mainWindow?.webContents.send(
|
||||||
@@ -97,17 +148,15 @@ export class GameFilesManager {
|
|||||||
this.objectId
|
this.objectId
|
||||||
);
|
);
|
||||||
|
|
||||||
if (publishNotification) {
|
if (publishNotification && game) {
|
||||||
publishExtractionCompleteNotification(game!);
|
publishExtractionCompleteNotification(game);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async extractDownloadedFile() {
|
async extractDownloadedFile() {
|
||||||
const gameKey = levelKeys.game(this.shop, this.objectId);
|
|
||||||
|
|
||||||
const [download, game] = await Promise.all([
|
const [download, game] = await Promise.all([
|
||||||
downloadsSublevel.get(gameKey),
|
downloadsSublevel.get(this.gameKey),
|
||||||
gamesSublevel.get(gameKey),
|
gamesSublevel.get(this.gameKey),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (!download || !game) return false;
|
if (!download || !game) return false;
|
||||||
@@ -119,39 +168,39 @@ export class GameFilesManager {
|
|||||||
path.parse(download.folderName!).name
|
path.parse(download.folderName!).name
|
||||||
);
|
);
|
||||||
|
|
||||||
SevenZip.extractFile(
|
await this.updateExtractionProgress(0, true);
|
||||||
|
|
||||||
|
try {
|
||||||
|
const result = await SevenZip.extractFile(
|
||||||
{
|
{
|
||||||
filePath,
|
filePath,
|
||||||
outputPath: extractionPath,
|
outputPath: extractionPath,
|
||||||
passwords: ["online-fix.me", "steamrip.com"],
|
passwords: ["online-fix.me", "steamrip.com"],
|
||||||
},
|
},
|
||||||
async () => {
|
this.handleProgress
|
||||||
|
);
|
||||||
|
|
||||||
|
if (result.success) {
|
||||||
await this.extractFilesInDirectory(extractionPath);
|
await this.extractFilesInDirectory(extractionPath);
|
||||||
|
|
||||||
if (fs.existsSync(extractionPath) && fs.existsSync(filePath)) {
|
if (fs.existsSync(extractionPath) && fs.existsSync(filePath)) {
|
||||||
fs.unlink(filePath, (err) => {
|
WindowManager.mainWindow?.webContents.send(
|
||||||
if (err) {
|
"on-archive-deletion-prompt",
|
||||||
logger.error(
|
[filePath]
|
||||||
`Failed to delete file: ${download.folderName}`,
|
|
||||||
err
|
|
||||||
);
|
);
|
||||||
|
|
||||||
this.clearExtractionState();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await downloadsSublevel.put(gameKey, {
|
await downloadsSublevel.put(this.gameKey, {
|
||||||
...download!,
|
...download,
|
||||||
folderName: path.parse(download.folderName!).name,
|
folderName: path.parse(download.folderName!).name,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.setExtractionComplete();
|
await this.setExtractionComplete();
|
||||||
},
|
}
|
||||||
() => {
|
} catch (err) {
|
||||||
this.clearExtractionState();
|
logger.error(`Failed to extract downloaded file: ${filePath}`, err);
|
||||||
|
await this.clearExtractionState();
|
||||||
}
|
}
|
||||||
);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
87
src/main/services/node-7z.d.ts
vendored
Normal file
87
src/main/services/node-7z.d.ts
vendored
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
declare module "node-7z" {
|
||||||
|
import { ChildProcess } from "node:child_process";
|
||||||
|
import { EventEmitter } from "node:events";
|
||||||
|
|
||||||
|
export interface CommandLineSwitches {
|
||||||
|
$bin?: string;
|
||||||
|
$progress?: boolean;
|
||||||
|
$spawnOptions?: {
|
||||||
|
cwd?: string;
|
||||||
|
};
|
||||||
|
outputDir?: string;
|
||||||
|
yes?: boolean;
|
||||||
|
password?: string;
|
||||||
|
[key: string]: unknown;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ProgressInfo {
|
||||||
|
percent: number;
|
||||||
|
fileCount?: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface FileInfo {
|
||||||
|
file?: string;
|
||||||
|
[key: string]: unknown;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ZipStream extends EventEmitter {
|
||||||
|
on(event: "progress", listener: (progress: ProgressInfo) => void): this;
|
||||||
|
on(event: "data", listener: (data: FileInfo) => void): this;
|
||||||
|
on(event: "end", listener: () => void): this;
|
||||||
|
on(event: "error", listener: (err: Error) => void): this;
|
||||||
|
info: Map<string, unknown>;
|
||||||
|
_childProcess?: ChildProcess;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function extractFull(
|
||||||
|
archive: string,
|
||||||
|
output: string,
|
||||||
|
options?: CommandLineSwitches
|
||||||
|
): ZipStream;
|
||||||
|
|
||||||
|
export function extract(
|
||||||
|
archive: string,
|
||||||
|
output: string,
|
||||||
|
options?: CommandLineSwitches
|
||||||
|
): ZipStream;
|
||||||
|
|
||||||
|
export function list(
|
||||||
|
archive: string,
|
||||||
|
options?: CommandLineSwitches
|
||||||
|
): ZipStream;
|
||||||
|
|
||||||
|
export function add(
|
||||||
|
archive: string,
|
||||||
|
files: string | string[],
|
||||||
|
options?: CommandLineSwitches
|
||||||
|
): ZipStream;
|
||||||
|
|
||||||
|
export function update(
|
||||||
|
archive: string,
|
||||||
|
files: string | string[],
|
||||||
|
options?: CommandLineSwitches
|
||||||
|
): ZipStream;
|
||||||
|
|
||||||
|
export function deleteFiles(
|
||||||
|
archive: string,
|
||||||
|
files: string | string[],
|
||||||
|
options?: CommandLineSwitches
|
||||||
|
): ZipStream;
|
||||||
|
|
||||||
|
export function test(
|
||||||
|
archive: string,
|
||||||
|
options?: CommandLineSwitches
|
||||||
|
): ZipStream;
|
||||||
|
|
||||||
|
const Seven: {
|
||||||
|
extractFull: typeof extractFull;
|
||||||
|
extract: typeof extract;
|
||||||
|
list: typeof list;
|
||||||
|
add: typeof add;
|
||||||
|
update: typeof update;
|
||||||
|
delete: typeof deleteFiles;
|
||||||
|
test: typeof test;
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Seven;
|
||||||
|
}
|
||||||
@@ -267,6 +267,29 @@ contextBridge.exposeInMainWorld("electron", {
|
|||||||
ipcRenderer.on("on-extraction-complete", listener);
|
ipcRenderer.on("on-extraction-complete", listener);
|
||||||
return () => ipcRenderer.removeListener("on-extraction-complete", listener);
|
return () => ipcRenderer.removeListener("on-extraction-complete", listener);
|
||||||
},
|
},
|
||||||
|
onExtractionProgress: (
|
||||||
|
cb: (shop: GameShop, objectId: string, progress: number) => void
|
||||||
|
) => {
|
||||||
|
const listener = (
|
||||||
|
_event: Electron.IpcRendererEvent,
|
||||||
|
shop: GameShop,
|
||||||
|
objectId: string,
|
||||||
|
progress: number
|
||||||
|
) => cb(shop, objectId, progress);
|
||||||
|
ipcRenderer.on("on-extraction-progress", listener);
|
||||||
|
return () => ipcRenderer.removeListener("on-extraction-progress", listener);
|
||||||
|
},
|
||||||
|
onArchiveDeletionPrompt: (cb: (archivePaths: string[]) => void) => {
|
||||||
|
const listener = (
|
||||||
|
_event: Electron.IpcRendererEvent,
|
||||||
|
archivePaths: string[]
|
||||||
|
) => cb(archivePaths);
|
||||||
|
ipcRenderer.on("on-archive-deletion-prompt", listener);
|
||||||
|
return () =>
|
||||||
|
ipcRenderer.removeListener("on-archive-deletion-prompt", listener);
|
||||||
|
},
|
||||||
|
deleteArchive: (filePath: string) =>
|
||||||
|
ipcRenderer.invoke("deleteArchive", filePath),
|
||||||
|
|
||||||
/* Hardware */
|
/* Hardware */
|
||||||
getDiskFreeSpace: (path: string) =>
|
getDiskFreeSpace: (path: string) =>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { useCallback, useEffect, useRef } from "react";
|
import { useCallback, useEffect, useRef, useState } from "react";
|
||||||
import { Sidebar, BottomPanel, Header, Toast } from "@renderer/components";
|
import { Sidebar, BottomPanel, Header, Toast } from "@renderer/components";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@@ -19,11 +19,14 @@ import {
|
|||||||
setUserDetails,
|
setUserDetails,
|
||||||
setProfileBackground,
|
setProfileBackground,
|
||||||
setGameRunning,
|
setGameRunning,
|
||||||
|
setExtractionProgress,
|
||||||
|
clearExtraction,
|
||||||
} from "@renderer/features";
|
} from "@renderer/features";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { UserFriendModal } from "./pages/shared-modals/user-friend-modal";
|
import { UserFriendModal } from "./pages/shared-modals/user-friend-modal";
|
||||||
import { useSubscription } from "./hooks/use-subscription";
|
import { useSubscription } from "./hooks/use-subscription";
|
||||||
import { HydraCloudModal } from "./pages/shared-modals/hydra-cloud/hydra-cloud-modal";
|
import { HydraCloudModal } from "./pages/shared-modals/hydra-cloud/hydra-cloud-modal";
|
||||||
|
import { ArchiveDeletionModal } from "./pages/downloads/archive-deletion-error-modal";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
injectCustomCss,
|
injectCustomCss,
|
||||||
@@ -78,6 +81,10 @@ export function App() {
|
|||||||
|
|
||||||
const { showSuccessToast } = useToast();
|
const { showSuccessToast } = useToast();
|
||||||
|
|
||||||
|
const [showArchiveDeletionModal, setShowArchiveDeletionModal] =
|
||||||
|
useState(false);
|
||||||
|
const [archivePaths, setArchivePaths] = useState<string[]>([]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
Promise.all([
|
Promise.all([
|
||||||
levelDBService.get("userPreferences", null, "json"),
|
levelDBService.get("userPreferences", null, "json"),
|
||||||
@@ -184,12 +191,23 @@ export function App() {
|
|||||||
updateLibrary();
|
updateLibrary();
|
||||||
}),
|
}),
|
||||||
window.electron.onSignOut(() => clearUserDetails()),
|
window.electron.onSignOut(() => clearUserDetails()),
|
||||||
|
window.electron.onExtractionProgress((shop, objectId, progress) => {
|
||||||
|
dispatch(setExtractionProgress({ shop, objectId, progress }));
|
||||||
|
}),
|
||||||
|
window.electron.onExtractionComplete(() => {
|
||||||
|
dispatch(clearExtraction());
|
||||||
|
updateLibrary();
|
||||||
|
}),
|
||||||
|
window.electron.onArchiveDeletionPrompt((paths) => {
|
||||||
|
setArchivePaths(paths);
|
||||||
|
setShowArchiveDeletionModal(true);
|
||||||
|
}),
|
||||||
];
|
];
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
listeners.forEach((unsubscribe) => unsubscribe());
|
listeners.forEach((unsubscribe) => unsubscribe());
|
||||||
};
|
};
|
||||||
}, [onSignIn, updateLibrary, clearUserDetails]);
|
}, [onSignIn, updateLibrary, clearUserDetails, dispatch]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (contentRef.current) contentRef.current.scrollTop = 0;
|
if (contentRef.current) contentRef.current.scrollTop = 0;
|
||||||
@@ -281,6 +299,12 @@ export function App() {
|
|||||||
feature={hydraCloudFeature}
|
feature={hydraCloudFeature}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<ArchiveDeletionModal
|
||||||
|
visible={showArchiveDeletionModal}
|
||||||
|
archivePaths={archivePaths}
|
||||||
|
onClose={() => setShowArchiveDeletionModal(false)}
|
||||||
|
/>
|
||||||
|
|
||||||
{userDetails && (
|
{userDetails && (
|
||||||
<UserFriendModal
|
<UserFriendModal
|
||||||
visible={isFriendsModalVisible}
|
visible={isFriendsModalVisible}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ import { useEffect, useMemo, useState } from "react";
|
|||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
useAppSelector,
|
||||||
useDownload,
|
useDownload,
|
||||||
useLibrary,
|
useLibrary,
|
||||||
useToast,
|
useToast,
|
||||||
@@ -26,6 +27,8 @@ export function BottomPanel() {
|
|||||||
|
|
||||||
const { lastPacket, progress, downloadSpeed, eta } = useDownload();
|
const { lastPacket, progress, downloadSpeed, eta } = useDownload();
|
||||||
|
|
||||||
|
const extraction = useAppSelector((state) => state.download.extraction);
|
||||||
|
|
||||||
const [version, setVersion] = useState("");
|
const [version, setVersion] = useState("");
|
||||||
const [sessionHash, setSessionHash] = useState<null | string>("");
|
const [sessionHash, setSessionHash] = useState<null | string>("");
|
||||||
const [commonRedistStatus, setCommonRedistStatus] = useState<string | null>(
|
const [commonRedistStatus, setCommonRedistStatus] = useState<string | null>(
|
||||||
@@ -68,6 +71,20 @@ export function BottomPanel() {
|
|||||||
return t("installing_common_redist", { log: commonRedistStatus });
|
return t("installing_common_redist", { log: commonRedistStatus });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (extraction) {
|
||||||
|
const extractingGame = library.find(
|
||||||
|
(game) => game.id === extraction.visibleId
|
||||||
|
);
|
||||||
|
|
||||||
|
if (extractingGame) {
|
||||||
|
const extractionPercentage = Math.round(extraction.progress * 100);
|
||||||
|
return t("extracting", {
|
||||||
|
title: extractingGame.title,
|
||||||
|
percentage: `${extractionPercentage}%`,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const game = lastPacket
|
const game = lastPacket
|
||||||
? library.find((game) => game.id === lastPacket?.gameId)
|
? library.find((game) => game.id === lastPacket?.gameId)
|
||||||
: undefined;
|
: undefined;
|
||||||
@@ -109,6 +126,7 @@ export function BottomPanel() {
|
|||||||
eta,
|
eta,
|
||||||
downloadSpeed,
|
downloadSpeed,
|
||||||
commonRedistStatus,
|
commonRedistStatus,
|
||||||
|
extraction,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
7
src/renderer/src/declaration.d.ts
vendored
7
src/renderer/src/declaration.d.ts
vendored
@@ -208,6 +208,13 @@ declare global {
|
|||||||
onExtractionComplete: (
|
onExtractionComplete: (
|
||||||
cb: (shop: GameShop, objectId: string) => void
|
cb: (shop: GameShop, objectId: string) => void
|
||||||
) => () => Electron.IpcRenderer;
|
) => () => Electron.IpcRenderer;
|
||||||
|
onExtractionProgress: (
|
||||||
|
cb: (shop: GameShop, objectId: string, progress: number) => void
|
||||||
|
) => () => Electron.IpcRenderer;
|
||||||
|
onArchiveDeletionPrompt: (
|
||||||
|
cb: (archivePaths: string[]) => void
|
||||||
|
) => () => Electron.IpcRenderer;
|
||||||
|
deleteArchive: (filePath: string) => Promise<boolean>;
|
||||||
getDefaultWinePrefixSelectionPath: () => Promise<string | null>;
|
getDefaultWinePrefixSelectionPath: () => Promise<string | null>;
|
||||||
createSteamShortcut: (shop: GameShop, objectId: string) => Promise<void>;
|
createSteamShortcut: (shop: GameShop, objectId: string) => Promise<void>;
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,24 @@
|
|||||||
import { createSlice } from "@reduxjs/toolkit";
|
import { createSlice } from "@reduxjs/toolkit";
|
||||||
import type { PayloadAction } from "@reduxjs/toolkit";
|
import type { PayloadAction } from "@reduxjs/toolkit";
|
||||||
import type { DownloadProgress } from "@types";
|
import type { DownloadProgress, GameShop } from "@types";
|
||||||
|
|
||||||
|
export interface ExtractionInfo {
|
||||||
|
visibleId: string;
|
||||||
|
progress: number;
|
||||||
|
}
|
||||||
|
|
||||||
export interface DownloadState {
|
export interface DownloadState {
|
||||||
lastPacket: DownloadProgress | null;
|
lastPacket: DownloadProgress | null;
|
||||||
gameId: string | null;
|
gameId: string | null;
|
||||||
gamesWithDeletionInProgress: string[];
|
gamesWithDeletionInProgress: string[];
|
||||||
|
extraction: ExtractionInfo | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const initialState: DownloadState = {
|
const initialState: DownloadState = {
|
||||||
lastPacket: null,
|
lastPacket: null,
|
||||||
gameId: null,
|
gameId: null,
|
||||||
gamesWithDeletionInProgress: [],
|
gamesWithDeletionInProgress: [],
|
||||||
|
extraction: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const downloadSlice = createSlice({
|
export const downloadSlice = createSlice({
|
||||||
@@ -38,6 +45,23 @@ export const downloadSlice = createSlice({
|
|||||||
const index = state.gamesWithDeletionInProgress.indexOf(action.payload);
|
const index = state.gamesWithDeletionInProgress.indexOf(action.payload);
|
||||||
if (index >= 0) state.gamesWithDeletionInProgress.splice(index, 1);
|
if (index >= 0) state.gamesWithDeletionInProgress.splice(index, 1);
|
||||||
},
|
},
|
||||||
|
setExtractionProgress: (
|
||||||
|
state,
|
||||||
|
action: PayloadAction<{
|
||||||
|
shop: GameShop;
|
||||||
|
objectId: string;
|
||||||
|
progress: number;
|
||||||
|
}>
|
||||||
|
) => {
|
||||||
|
const { shop, objectId, progress } = action.payload;
|
||||||
|
state.extraction = {
|
||||||
|
visibleId: `${shop}:${objectId}`,
|
||||||
|
progress,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
clearExtraction: (state) => {
|
||||||
|
state.extraction = null;
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -46,4 +70,6 @@ export const {
|
|||||||
clearDownload,
|
clearDownload,
|
||||||
setGameDeleting,
|
setGameDeleting,
|
||||||
removeGameFromDeleting,
|
removeGameFromDeleting,
|
||||||
|
setExtractionProgress,
|
||||||
|
clearExtraction,
|
||||||
} = downloadSlice.actions;
|
} = downloadSlice.actions;
|
||||||
|
|||||||
@@ -0,0 +1,44 @@
|
|||||||
|
import { useTranslation } from "react-i18next";
|
||||||
|
import { ConfirmationModal } from "@renderer/components";
|
||||||
|
|
||||||
|
interface ArchiveDeletionModalProps {
|
||||||
|
visible: boolean;
|
||||||
|
archivePaths: string[];
|
||||||
|
onClose: () => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function ArchiveDeletionModal({
|
||||||
|
visible,
|
||||||
|
archivePaths,
|
||||||
|
onClose,
|
||||||
|
}: Readonly<ArchiveDeletionModalProps>) {
|
||||||
|
const { t } = useTranslation("downloads");
|
||||||
|
|
||||||
|
const fullFileName =
|
||||||
|
archivePaths.length > 0 ? (archivePaths[0].split(/[/\\]/).pop() ?? "") : "";
|
||||||
|
|
||||||
|
const maxLength = 40;
|
||||||
|
const fileName =
|
||||||
|
fullFileName.length > maxLength
|
||||||
|
? `${fullFileName.slice(0, maxLength)}…`
|
||||||
|
: fullFileName;
|
||||||
|
|
||||||
|
const handleConfirm = async () => {
|
||||||
|
for (const archivePath of archivePaths) {
|
||||||
|
await window.electron.deleteArchive(archivePath);
|
||||||
|
}
|
||||||
|
onClose();
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<ConfirmationModal
|
||||||
|
visible={visible}
|
||||||
|
title={t("delete_archive_title", { fileName })}
|
||||||
|
descriptionText={t("delete_archive_description")}
|
||||||
|
confirmButtonLabel={t("yes")}
|
||||||
|
cancelButtonLabel={t("no")}
|
||||||
|
onConfirm={handleConfirm}
|
||||||
|
onClose={onClose}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -536,5 +536,9 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
transition: width 0.3s ease;
|
transition: width 0.3s ease;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
|
&--extraction {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -128,16 +128,20 @@ function SpeedChart({
|
|||||||
g = 255,
|
g = 255,
|
||||||
b = 255;
|
b = 255;
|
||||||
if (color.startsWith("#")) {
|
if (color.startsWith("#")) {
|
||||||
const hex = color.replace("#", "");
|
let hex = color.replace("#", "");
|
||||||
r = Number.parseInt(hex.substring(0, 2), 16);
|
// Handle shorthand hex colors (e.g., "#fff" -> "#ffffff")
|
||||||
g = Number.parseInt(hex.substring(2, 4), 16);
|
if (hex.length === 3) {
|
||||||
b = Number.parseInt(hex.substring(4, 6), 16);
|
hex = hex[0] + hex[0] + hex[1] + hex[1] + hex[2] + hex[2];
|
||||||
|
}
|
||||||
|
r = Number.parseInt(hex.substring(0, 2), 16) || 255;
|
||||||
|
g = Number.parseInt(hex.substring(2, 4), 16) || 255;
|
||||||
|
b = Number.parseInt(hex.substring(4, 6), 16) || 255;
|
||||||
} else if (color.startsWith("rgb")) {
|
} else if (color.startsWith("rgb")) {
|
||||||
const matches = color.match(/\d+/g);
|
const matches = color.match(/\d+/g);
|
||||||
if (matches && matches.length >= 3) {
|
if (matches && matches.length >= 3) {
|
||||||
r = Number.parseInt(matches[0]);
|
r = Number.parseInt(matches[0]) || 255;
|
||||||
g = Number.parseInt(matches[1]);
|
g = Number.parseInt(matches[1]) || 255;
|
||||||
b = Number.parseInt(matches[2]);
|
b = Number.parseInt(matches[2]) || 255;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const displaySpeeds = speeds.slice(-totalBars);
|
const displaySpeeds = speeds.slice(-totalBars);
|
||||||
@@ -203,6 +207,7 @@ function SpeedChart({
|
|||||||
interface HeroDownloadViewProps {
|
interface HeroDownloadViewProps {
|
||||||
game: LibraryGame;
|
game: LibraryGame;
|
||||||
isGameDownloading: boolean;
|
isGameDownloading: boolean;
|
||||||
|
isGameExtracting?: boolean;
|
||||||
downloadSpeed: number;
|
downloadSpeed: number;
|
||||||
finalDownloadSize: string;
|
finalDownloadSize: string;
|
||||||
peakSpeed: number;
|
peakSpeed: number;
|
||||||
@@ -221,6 +226,7 @@ interface HeroDownloadViewProps {
|
|||||||
function HeroDownloadView({
|
function HeroDownloadView({
|
||||||
game,
|
game,
|
||||||
isGameDownloading,
|
isGameDownloading,
|
||||||
|
isGameExtracting = false,
|
||||||
downloadSpeed,
|
downloadSpeed,
|
||||||
finalDownloadSize,
|
finalDownloadSize,
|
||||||
peakSpeed,
|
peakSpeed,
|
||||||
@@ -278,11 +284,17 @@ function HeroDownloadView({
|
|||||||
<div className="download-group__progress-row download-group__progress-row--bar">
|
<div className="download-group__progress-row download-group__progress-row--bar">
|
||||||
<div className="download-group__progress-wrapper">
|
<div className="download-group__progress-wrapper">
|
||||||
<div className="download-group__progress-info-row">
|
<div className="download-group__progress-info-row">
|
||||||
{lastPacket?.isCheckingFiles ? (
|
{isGameExtracting && (
|
||||||
|
<span className="download-group__progress-status">
|
||||||
|
{t("extracting")}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
{!isGameExtracting && lastPacket?.isCheckingFiles && (
|
||||||
<span className="download-group__progress-status">
|
<span className="download-group__progress-status">
|
||||||
{t("checking_files")}
|
{t("checking_files")}
|
||||||
</span>
|
</span>
|
||||||
) : (
|
)}
|
||||||
|
{!isGameExtracting && !lastPacket?.isCheckingFiles && (
|
||||||
<span className="download-group__progress-size">
|
<span className="download-group__progress-size">
|
||||||
<DownloadIcon size={14} />
|
<DownloadIcon size={14} />
|
||||||
{isGameDownloading && lastPacket
|
{isGameDownloading && lastPacket
|
||||||
@@ -293,7 +305,7 @@ function HeroDownloadView({
|
|||||||
<span></span>
|
<span></span>
|
||||||
</div>
|
</div>
|
||||||
<div className="download-group__progress-info-row">
|
<div className="download-group__progress-info-row">
|
||||||
{!lastPacket?.isCheckingFiles && (
|
{!lastPacket?.isCheckingFiles && !isGameExtracting && (
|
||||||
<span className="download-group__progress-time">
|
<span className="download-group__progress-time">
|
||||||
{isGameDownloading &&
|
{isGameDownloading &&
|
||||||
lastPacket?.timeRemaining &&
|
lastPacket?.timeRemaining &&
|
||||||
@@ -311,13 +323,14 @@ function HeroDownloadView({
|
|||||||
</div>
|
</div>
|
||||||
<div className="download-group__progress-bar">
|
<div className="download-group__progress-bar">
|
||||||
<div
|
<div
|
||||||
className="download-group__progress-fill"
|
className={`download-group__progress-fill ${isGameExtracting ? "download-group__progress-fill--extraction" : ""}`}
|
||||||
style={{
|
style={{
|
||||||
width: `${currentProgress * 100}%`,
|
width: `${currentProgress * 100}%`,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{!isGameExtracting && (
|
||||||
<div className="download-group__hero-buttons">
|
<div className="download-group__hero-buttons">
|
||||||
{isGameDownloading ? (
|
{isGameDownloading ? (
|
||||||
<button
|
<button
|
||||||
@@ -347,6 +360,7 @@ function HeroDownloadView({
|
|||||||
{t("cancel")}
|
{t("cancel")}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -442,6 +456,8 @@ export function DownloadGroup({
|
|||||||
(state) => state.userPreferences.value
|
(state) => state.userPreferences.value
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const extraction = useAppSelector((state) => state.download.extraction);
|
||||||
|
|
||||||
const { updateLibrary } = useLibrary();
|
const { updateLibrary } = useLibrary();
|
||||||
|
|
||||||
const {
|
const {
|
||||||
@@ -819,16 +835,21 @@ export function DownloadGroup({
|
|||||||
|
|
||||||
if (isDownloadingGroup && library.length > 0) {
|
if (isDownloadingGroup && library.length > 0) {
|
||||||
const game = library[0];
|
const game = library[0];
|
||||||
const isGameDownloading = isGameDownloadingMap[game.id];
|
const isGameExtracting = extraction?.visibleId === game.id;
|
||||||
|
const isGameDownloading =
|
||||||
|
isGameDownloadingMap[game.id] && !isGameExtracting;
|
||||||
const downloadSpeed = isGameDownloading
|
const downloadSpeed = isGameDownloading
|
||||||
? (lastPacket?.downloadSpeed ?? 0)
|
? (lastPacket?.downloadSpeed ?? 0)
|
||||||
: 0;
|
: 0;
|
||||||
const finalDownloadSize = getFinalDownloadSize(game);
|
const finalDownloadSize = getFinalDownloadSize(game);
|
||||||
const peakSpeed = peakSpeeds[game.id] || 0;
|
const peakSpeed = peakSpeeds[game.id] || 0;
|
||||||
const currentProgress =
|
|
||||||
isGameDownloading && lastPacket
|
let currentProgress = game.download?.progress || 0;
|
||||||
? lastPacket.progress
|
if (isGameExtracting) {
|
||||||
: game.download?.progress || 0;
|
currentProgress = extraction.progress;
|
||||||
|
} else if (isGameDownloading && lastPacket) {
|
||||||
|
currentProgress = lastPacket.progress;
|
||||||
|
}
|
||||||
|
|
||||||
const dominantColor = dominantColors[game.id] || "#fff";
|
const dominantColor = dominantColors[game.id] || "#fff";
|
||||||
|
|
||||||
@@ -836,6 +857,7 @@ export function DownloadGroup({
|
|||||||
<HeroDownloadView
|
<HeroDownloadView
|
||||||
game={game}
|
game={game}
|
||||||
isGameDownloading={isGameDownloading}
|
isGameDownloading={isGameDownloading}
|
||||||
|
isGameExtracting={isGameExtracting}
|
||||||
downloadSpeed={downloadSpeed}
|
downloadSpeed={downloadSpeed}
|
||||||
finalDownloadSize={finalDownloadSize}
|
finalDownloadSize={finalDownloadSize}
|
||||||
peakSpeed={peakSpeed}
|
peakSpeed={peakSpeed}
|
||||||
@@ -889,9 +911,10 @@ export function DownloadGroup({
|
|||||||
<Badge>{DOWNLOADER_NAME[game.download!.downloader]}</Badge>
|
<Badge>{DOWNLOADER_NAME[game.download!.downloader]}</Badge>
|
||||||
</div>
|
</div>
|
||||||
<div className="download-group__simple-meta-row">
|
<div className="download-group__simple-meta-row">
|
||||||
{game.download?.extracting ? (
|
{extraction?.visibleId === game.id ? (
|
||||||
<span className="download-group__simple-extracting">
|
<span className="download-group__simple-extracting">
|
||||||
{t("extracting")}
|
{t("extracting")} (
|
||||||
|
{Math.round(extraction.progress * 100)}%)
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<span className="download-group__simple-size">
|
<span className="download-group__simple-size">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
import { useDownload, useLibrary } from "@renderer/hooks";
|
import { useAppSelector, useDownload, useLibrary } from "@renderer/hooks";
|
||||||
|
|
||||||
import { useEffect, useMemo, useRef, useState } from "react";
|
import { useEffect, useMemo, useRef, useState } from "react";
|
||||||
import { BinaryNotFoundModal } from "../shared-modals/binary-not-found-modal";
|
import { BinaryNotFoundModal } from "../shared-modals/binary-not-found-modal";
|
||||||
@@ -13,6 +13,7 @@ import { ArrowDownIcon } from "@primer/octicons-react";
|
|||||||
|
|
||||||
export default function Downloads() {
|
export default function Downloads() {
|
||||||
const { library, updateLibrary } = useLibrary();
|
const { library, updateLibrary } = useLibrary();
|
||||||
|
const extraction = useAppSelector((state) => state.download.extraction);
|
||||||
|
|
||||||
const { t } = useTranslation("downloads");
|
const { t } = useTranslation("downloads");
|
||||||
|
|
||||||
@@ -39,11 +40,13 @@ export default function Downloads() {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
window.electron.onSeedingStatus((value) => setSeedingStatus(value));
|
window.electron.onSeedingStatus((value) => setSeedingStatus(value));
|
||||||
|
|
||||||
const unsubscribe = window.electron.onExtractionComplete(() => {
|
const unsubscribeExtraction = window.electron.onExtractionComplete(() => {
|
||||||
updateLibrary();
|
updateLibrary();
|
||||||
});
|
});
|
||||||
|
|
||||||
return () => unsubscribe();
|
return () => {
|
||||||
|
unsubscribeExtraction();
|
||||||
|
};
|
||||||
}, [updateLibrary]);
|
}, [updateLibrary]);
|
||||||
|
|
||||||
const handleOpenGameInstaller = (shop: GameShop, objectId: string) =>
|
const handleOpenGameInstaller = (shop: GameShop, objectId: string) =>
|
||||||
@@ -72,8 +75,10 @@ export default function Downloads() {
|
|||||||
/* Game has been manually added to the library */
|
/* Game has been manually added to the library */
|
||||||
if (!next.download) return prev;
|
if (!next.download) return prev;
|
||||||
|
|
||||||
/* Is downloading */
|
/* Is downloading or extracting */
|
||||||
if (lastPacket?.gameId === next.id || next.download.extracting)
|
const isExtracting =
|
||||||
|
next.download.extracting || extraction?.visibleId === next.id;
|
||||||
|
if (lastPacket?.gameId === next.id || isExtracting)
|
||||||
return { ...prev, downloading: [...prev.downloading, next] };
|
return { ...prev, downloading: [...prev.downloading, next] };
|
||||||
|
|
||||||
/* Is either queued or paused */
|
/* Is either queued or paused */
|
||||||
@@ -96,7 +101,7 @@ export default function Downloads() {
|
|||||||
queued,
|
queued,
|
||||||
complete,
|
complete,
|
||||||
};
|
};
|
||||||
}, [library, lastPacket?.gameId]);
|
}, [library, lastPacket?.gameId, extraction?.visibleId]);
|
||||||
|
|
||||||
const downloadGroups = [
|
const downloadGroups = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
import { useContext, useEffect, useMemo, useState } from "react";
|
import { useContext, useEffect, useMemo, useState } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { formatDownloadProgress } from "@renderer/helpers";
|
import { formatDownloadProgress } from "@renderer/helpers";
|
||||||
import { useDate, useDownload, useFormat } from "@renderer/hooks";
|
import {
|
||||||
|
useAppSelector,
|
||||||
|
useDate,
|
||||||
|
useDownload,
|
||||||
|
useFormat,
|
||||||
|
} from "@renderer/hooks";
|
||||||
import { Link } from "@renderer/components";
|
import { Link } from "@renderer/components";
|
||||||
import { gameDetailsContext } from "@renderer/context";
|
import { gameDetailsContext } from "@renderer/context";
|
||||||
import { MAX_MINUTES_TO_SHOW_IN_PLAYTIME } from "@renderer/constants";
|
import { MAX_MINUTES_TO_SHOW_IN_PLAYTIME } from "@renderer/constants";
|
||||||
@@ -17,6 +22,9 @@ export function HeroPanelPlaytime() {
|
|||||||
const { numberFormatter } = useFormat();
|
const { numberFormatter } = useFormat();
|
||||||
const { progress, lastPacket } = useDownload();
|
const { progress, lastPacket } = useDownload();
|
||||||
const { formatDistance } = useDate();
|
const { formatDistance } = useDate();
|
||||||
|
const extraction = useAppSelector((state) => state.download.extraction);
|
||||||
|
|
||||||
|
const isExtracting = extraction?.visibleId === game?.id;
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (game?.lastTimePlayed) {
|
if (game?.lastTimePlayed) {
|
||||||
@@ -52,6 +60,16 @@ export function HeroPanelPlaytime() {
|
|||||||
const isGameDownloading =
|
const isGameDownloading =
|
||||||
game.download?.status === "active" && lastPacket?.gameId === game.id;
|
game.download?.status === "active" && lastPacket?.gameId === game.id;
|
||||||
|
|
||||||
|
const extractionInProgressInfo = (
|
||||||
|
<div className="hero-panel-playtime__download-details">
|
||||||
|
<Link to="/downloads" className="hero-panel-playtime__downloads-link">
|
||||||
|
{t("extracting")}
|
||||||
|
</Link>
|
||||||
|
|
||||||
|
<small>{formatDownloadProgress(extraction?.progress ?? 0)}</small>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
|
||||||
const downloadInProgressInfo = (
|
const downloadInProgressInfo = (
|
||||||
<div className="hero-panel-playtime__download-details">
|
<div className="hero-panel-playtime__download-details">
|
||||||
<Link to="/downloads" className="hero-panel-playtime__downloads-link">
|
<Link to="/downloads" className="hero-panel-playtime__downloads-link">
|
||||||
@@ -72,7 +90,8 @@ export function HeroPanelPlaytime() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<p>{t("not_played_yet", { title: game?.title })}</p>
|
<p>{t("not_played_yet", { title: game?.title })}</p>
|
||||||
{hasDownload && downloadInProgressInfo}
|
{isExtracting && extractionInProgressInfo}
|
||||||
|
{!isExtracting && hasDownload && downloadInProgressInfo}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -81,7 +100,8 @@ export function HeroPanelPlaytime() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<p>{t("playing_now")}</p>
|
<p>{t("playing_now")}</p>
|
||||||
{hasDownload && downloadInProgressInfo}
|
{isExtracting && extractionInProgressInfo}
|
||||||
|
{!isExtracting && hasDownload && downloadInProgressInfo}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -113,9 +133,9 @@ export function HeroPanelPlaytime() {
|
|||||||
})}
|
})}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{hasDownload ? (
|
{isExtracting && extractionInProgressInfo}
|
||||||
downloadInProgressInfo
|
{!isExtracting && hasDownload && downloadInProgressInfo}
|
||||||
) : (
|
{!isExtracting && !hasDownload && (
|
||||||
<p>
|
<p>
|
||||||
{t("last_time_played", {
|
{t("last_time_played", {
|
||||||
period: lastTimePlayed,
|
period: lastTimePlayed,
|
||||||
|
|||||||
@@ -80,5 +80,11 @@
|
|||||||
&--disabled {
|
&--disabled {
|
||||||
opacity: globals.$disabled-opacity;
|
opacity: globals.$disabled-opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--extraction {
|
||||||
|
&::-webkit-progress-value {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { useContext } from "react";
|
import { useContext } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
import { useDate, useDownload } from "@renderer/hooks";
|
import { useAppSelector, useDate, useDownload } from "@renderer/hooks";
|
||||||
|
|
||||||
import { HeroPanelActions } from "./hero-panel-actions";
|
import { HeroPanelActions } from "./hero-panel-actions";
|
||||||
import { HeroPanelPlaytime } from "./hero-panel-playtime";
|
import { HeroPanelPlaytime } from "./hero-panel-playtime";
|
||||||
@@ -18,9 +18,13 @@ export function HeroPanel() {
|
|||||||
|
|
||||||
const { lastPacket } = useDownload();
|
const { lastPacket } = useDownload();
|
||||||
|
|
||||||
|
const extraction = useAppSelector((state) => state.download.extraction);
|
||||||
|
|
||||||
const isGameDownloading =
|
const isGameDownloading =
|
||||||
game?.download?.status === "active" && lastPacket?.gameId === game?.id;
|
game?.download?.status === "active" && lastPacket?.gameId === game?.id;
|
||||||
|
|
||||||
|
const isExtracting = extraction?.visibleId === game?.id;
|
||||||
|
|
||||||
const getInfo = () => {
|
const getInfo = () => {
|
||||||
if (!game) {
|
if (!game) {
|
||||||
const [latestRepack] = repacks;
|
const [latestRepack] = repacks;
|
||||||
@@ -49,6 +53,8 @@ export function HeroPanel() {
|
|||||||
(game?.download?.status === "active" && game?.download?.progress < 1) ||
|
(game?.download?.status === "active" && game?.download?.progress < 1) ||
|
||||||
game?.download?.status === "paused";
|
game?.download?.status === "paused";
|
||||||
|
|
||||||
|
const showExtractionProgressBar = isExtracting;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="hero-panel__container">
|
<div className="hero-panel__container">
|
||||||
<div className="hero-panel">
|
<div className="hero-panel">
|
||||||
@@ -72,6 +78,14 @@ export function HeroPanel() {
|
|||||||
}`}
|
}`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{showExtractionProgressBar && (
|
||||||
|
<progress
|
||||||
|
max={1}
|
||||||
|
value={extraction?.progress ?? 0}
|
||||||
|
className="hero-panel__progress-bar hero-panel__progress-bar--extraction"
|
||||||
|
/>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ export interface Download {
|
|||||||
timestamp: number;
|
timestamp: number;
|
||||||
extracting: boolean;
|
extracting: boolean;
|
||||||
automaticallyExtract: boolean;
|
automaticallyExtract: boolean;
|
||||||
|
extractionProgress: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GameAchievement {
|
export interface GameAchievement {
|
||||||
|
|||||||
43
yarn.lock
43
yarn.lock
@@ -6438,11 +6438,26 @@ lodash.clonedeep@^4.5.0:
|
|||||||
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
|
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
|
||||||
integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
|
integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
|
||||||
|
|
||||||
|
lodash.defaultsdeep@^4.6.1:
|
||||||
|
version "4.6.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz#512e9bd721d272d94e3d3a63653fa17516741ca6"
|
||||||
|
integrity sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==
|
||||||
|
|
||||||
|
lodash.defaultto@^4.14.0:
|
||||||
|
version "4.14.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/lodash.defaultto/-/lodash.defaultto-4.14.0.tgz#38bd3d425acee733e0e2bbbd4e4b29711cc2ee11"
|
||||||
|
integrity sha512-G6tizqH6rg4P5j32Wy4Z3ZIip7OfG8YWWlPFzUFGcYStH1Ld0l1tWs6NevEQNEDnO1M3NZYjuHuraaFSN5WqeQ==
|
||||||
|
|
||||||
lodash.escaperegexp@^4.1.2:
|
lodash.escaperegexp@^4.1.2:
|
||||||
version "4.1.2"
|
version "4.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347"
|
resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347"
|
||||||
integrity sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==
|
integrity sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==
|
||||||
|
|
||||||
|
lodash.flattendeep@^4.4.0:
|
||||||
|
version "4.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
|
||||||
|
integrity sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==
|
||||||
|
|
||||||
lodash.includes@^4.3.0:
|
lodash.includes@^4.3.0:
|
||||||
version "4.3.0"
|
version "4.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
|
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
|
||||||
@@ -6453,6 +6468,11 @@ lodash.isboolean@^3.0.3:
|
|||||||
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
|
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
|
||||||
integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==
|
integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==
|
||||||
|
|
||||||
|
lodash.isempty@^4.4.0:
|
||||||
|
version "4.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e"
|
||||||
|
integrity sha512-oKMuF3xEeqDltrGMfDxAPGIVMSSRv8tbRSODbrs4KGsRRLEhrW8N8Rd4DRgB2+621hY8A8XwwrTVhXWpxFvMzg==
|
||||||
|
|
||||||
lodash.isequal@^4.5.0:
|
lodash.isequal@^4.5.0:
|
||||||
version "4.5.0"
|
version "4.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
|
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
|
||||||
@@ -6493,6 +6513,11 @@ lodash.mergewith@^4.6.2:
|
|||||||
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
|
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
|
||||||
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
|
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
|
||||||
|
|
||||||
|
lodash.negate@^3.0.2:
|
||||||
|
version "3.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/lodash.negate/-/lodash.negate-3.0.2.tgz#9c897b0bf610019e0b43b8ff3f0afef3d7b66f34"
|
||||||
|
integrity sha512-JGJYYVslKYC0tRMm/7igfdHulCjoXjoganRNWM8AgS+RXfOvFnPkOveDhPI65F9aAypCX9QEEQoBqWf7Q6uAeA==
|
||||||
|
|
||||||
lodash.once@^4.0.0:
|
lodash.once@^4.0.0:
|
||||||
version "4.1.1"
|
version "4.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
|
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
|
||||||
@@ -6872,6 +6897,19 @@ no-case@^3.0.4:
|
|||||||
lower-case "^2.0.2"
|
lower-case "^2.0.2"
|
||||||
tslib "^2.0.3"
|
tslib "^2.0.3"
|
||||||
|
|
||||||
|
node-7z@^3.0.0:
|
||||||
|
version "3.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/node-7z/-/node-7z-3.0.0.tgz#42f71c5a43b00028749f7c88291a7abf2e2623e3"
|
||||||
|
integrity sha512-KIznWSxIkOYO/vOgKQfJEaXd7rgoFYKZbaurainCEdMhYc7V7mRHX+qdf2HgbpQFcdJL/Q6/XOPrDLoBeTfuZA==
|
||||||
|
dependencies:
|
||||||
|
debug "^4.3.2"
|
||||||
|
lodash.defaultsdeep "^4.6.1"
|
||||||
|
lodash.defaultto "^4.14.0"
|
||||||
|
lodash.flattendeep "^4.4.0"
|
||||||
|
lodash.isempty "^4.4.0"
|
||||||
|
lodash.negate "^3.0.2"
|
||||||
|
normalize-path "^3.0.0"
|
||||||
|
|
||||||
node-abi@^3.45.0:
|
node-abi@^3.45.0:
|
||||||
version "3.78.0"
|
version "3.78.0"
|
||||||
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.78.0.tgz#fd0ecbd0aa89857b98da06bd3909194abb0821ba"
|
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.78.0.tgz#fd0ecbd0aa89857b98da06bd3909194abb0821ba"
|
||||||
@@ -6927,6 +6965,11 @@ nopt@^6.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
abbrev "^1.0.0"
|
abbrev "^1.0.0"
|
||||||
|
|
||||||
|
normalize-path@^3.0.0:
|
||||||
|
version "3.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
||||||
|
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
||||||
|
|
||||||
normalize-url@^6.0.1:
|
normalize-url@^6.0.1:
|
||||||
version "6.1.0"
|
version "6.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
|
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
|
||||||
|
|||||||
Reference in New Issue
Block a user