Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisGerritsenCloudflight committed Feb 4, 2025
1 parent a97fb1c commit 633e71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 633e71f

Please sign in to comment.