chore: merge with main

This commit is contained in:
Chubby Granny Chaser
2025-01-21 10:31:39 +00:00
parent facca3e26c
commit eb11eb2bd0
5 changed files with 5 additions and 10 deletions

View File

@@ -1,10 +1,9 @@
import path from "node:path";
import fs from "node:fs";
import { app } from "electron";
import type { AchievementFile } from "@types";
import type { Game, AchievementFile } from "@types";
import { Cracker } from "@shared";
import { achievementsLogger } from "../logger";
import type { Game } from "@types";
const getAppDataPath = () => {
if (process.platform === "win32") {