From 633e71f524cec1113606a70d034ec59eadb69dba Mon Sep 17 00:00:00 2001 From: Dennis Gerritsen Date: Tue, 4 Feb 2025 17:26:48 +0100 Subject: [PATCH] Fixed path --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ac577df..9f45782 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ const binaryPaths = [ `./src/build/Release/converter.node`, `@myunisoft/heif-converter.${kPlatform}/converter.node`, `../../../apps/desktop/main/assets/heif-converter/heif-converter.win32-x64/lib/converter.win32-x64.node`, - `../../../binaries/heif-converter.win32-x64/lib/converter.win32-x64.node` + `../../../../binaries/heif-converter.win32-x64/lib/converter.win32-x64.node`, ]; let lib = null; const errors = [];