mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: renaming extension of postinstall script
This commit is contained in:
parent
57ac444f9c
commit
7e3f53a0d0
3 changed files with 21 additions and 370 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue