chore(edit-docs): apply same changes as desktop

This commit is contained in:
Elian Doran
2025-05-02 23:25:01 +03:00
parent 0b00c73ed3
commit a10e3e0088
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
import { fileURLToPath } from "url";
import { dirname, join } from "path";
import rebuild from "@electron/rebuild"
import { rebuild } from "@electron/rebuild"
import { readFileSync } from "fs";
const scriptDir = dirname(fileURLToPath(import.meta.url));