This commit is contained in:
lilezek 2024-05-03 14:19:02 +02:00
commit bdbcf830f3
58 changed files with 855 additions and 291 deletions

View file

@ -1,5 +1,4 @@
import { app } from "electron";
import os from "node:os";
import path from "node:path";
export const repackersOn1337x = [
@ -34,7 +33,8 @@ export const months = [
"Dec",
];
export const defaultDownloadsPath = path.join(os.homedir(), "downloads");
export const defaultDownloadsPath = app.getPath("downloads");
export const databasePath = path.join(
app.getPath("appData"),