openzim / node-libzim

Libzim binding for Node.js: read/write ZIM files in Javascript
https://www.npmjs.com/package/@openzim/libzim
GNU General Public License v3.0
27 stars 11 forks source link

Apple Silicon configuration bug. #92

Closed FledgeXu closed 1 year ago

FledgeXu commented 1 year ago

Relative to: https://github.com/openzim/libzim/issues/764, https://github.com/openzim/mwoffliner/issues/1793 For now, node-libzim will only download the macos-x86_64 package. But we can not fix this now, because libzim does not supported macos-arm64 yet. https://github.com/openzim/node-libzim/blob/b5b717a0c3cc908420fc49860c2d626aa1c42d1c/download-libzim.js#L18-L21

kelson42 commented 1 year ago

We need now to wait next libzim release...

kelson42 commented 1 year ago

Depends on https://github.com/openzim/libzim/issues/753