fix: renaming extension of postinstall script

This commit is contained in:
Hydra 2024-04-28 19:30:03 +01:00
parent dd3709656a
commit 5bec457ba6
3 changed files with 21 additions and 370 deletions

View file

@ -22,6 +22,13 @@ import { Repack } from "./entity";
import { Notification } from "electron";
import { t } from "i18next";
import { In } from "typeorm";
import creatWorker from "./workers/test?nodeWorker";
creatWorker({ workerData: "worker" })
.on("message", (message) => {
console.log(`\nMessage from worker: ${message}`);
})
.postMessage("");
startProcessWatcher();