feat: adding installation instructions

This commit is contained in:
Hydra
2024-05-02 22:22:23 +01:00
parent 5dd9ac9432
commit 193cc327cf
45 changed files with 554 additions and 204 deletions

View File

@@ -1,5 +1,4 @@
import { app } from "electron";
import os from "node:os";
import path from "node:path";
export const repackersOn1337x = [

View File

@@ -8,7 +8,7 @@ import { stateManager } from "@main/state-manager";
const { Index } = flexSearch;
const repacksIndex = new Index();
const steamGamesIndex = new Index({ tokenize: "reverse" });
const steamGamesIndex = new Index();
const repacks = stateManager.getValue("repacks");
const steamGames = stateManager.getValue("steamGames");