mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
fix: hotfixing video player
This commit is contained in:
@@ -20,13 +20,6 @@ import {
|
||||
WSClient,
|
||||
} from "@main/services";
|
||||
import { migrateDownloadSources } from "./helpers/migrate-download-sources";
|
||||
import path from "node:path";
|
||||
|
||||
const helloAddon = require(
|
||||
path.join(__dirname, "..", "..", "native_build", "hello_napi.node")
|
||||
);
|
||||
|
||||
console.log(helloAddon.hello());
|
||||
|
||||
export const loadState = async () => {
|
||||
await Lock.acquireLock();
|
||||
|
||||
Reference in New Issue
Block a user