Skip to content

Commit

Permalink
Included windows binary package + some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisGerritsenCloudflight committed Feb 4, 2025
1 parent e070267 commit a5d133e
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const kPlatform = `${platform}${compiler}-${arch}`;

const binaryPaths = [
`./src/build/Release/converter.node`,
`@cloudflight/heif-converter.${kPlatform}/converter.node`,
`@myunisoft/heif-converter.${kPlatform}/converter.node`
];
let lib = null;
const errors = [];
Expand Down
Binary file added npm/win32-x64/lib/converter.win32-x64.node
Binary file not shown.
Binary file added npm/win32-x64/lib/heif.dll
Binary file not shown.
Binary file added npm/win32-x64/lib/libde265.dll
Binary file not shown.
Binary file added npm/win32-x64/lib/libpng16.dll
Binary file not shown.
Binary file added npm/win32-x64/lib/libx265.dll
Binary file not shown.
Binary file added npm/win32-x64/lib/turbojpeg.dll
Binary file not shown.
Binary file added npm/win32-x64/lib/zlib1.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions npm/win32-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/MyUnisoft/heif-converter",
"repository": {
"type": "git",
"url": "git+https://github.com/MyUnisoft/heif-converter.git",
"url": "git+https://github.com/cloudflightio/heif-converter.git",
"directory": "npm/win32-x64"
},
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"lib"
],
"publishConfig": {
"@myunisoft:registry": "https://registry.npmjs.org/"
"@cloudflight:registry": "https://registry.npmjs.org/"
},
"exports": {
"./converter.node": "./lib/converter.win32-x64.node"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@myunisoft/heif-converter.linux-x64": "^0.1.6",
"@myunisoft/heif-converter.linuxmusl-x64": "^0.2.4",
"@myunisoft/heif-converter.win32-ia32": "^0.0.6",
"@myunisoft/cloudflight.win32-x64": "^0.1.4"
"@myunisoft/heif-converter.win32-x64": "file:npm/win32-x64"
},
"dependencies": {
"detect-libc": "^2.0.3"
Expand Down

0 comments on commit a5d133e

Please sign in to comment.