@openzim/libzim
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| LIBZIM_VERSION=9.4.0 | ||
| LIBZIM_VERSION=9.5.1 |
+4
-4
@@ -22,11 +22,11 @@ import dotenv from "dotenv"; | ||
| if (rawArch === "arm64") { | ||
| libDir = "aarch64-rpi3-linux-gnu"; | ||
| libDir = "lib64"; | ||
| } else if (rawArch === "arm") { | ||
| libDir = "arm-linux-gnueabihf"; | ||
| libDir = "lib/arm-linux-gnueabihf"; | ||
| } else { | ||
| libDir = "x86_64-linux-gnu"; | ||
| libDir = "lib/x86_64-linux-gnu"; | ||
| } | ||
| console.info(`Copying libzim.so.9 from ${libDir} to build folder`); | ||
| exec(`cp download/lib/${libDir}/libzim.so.9 build/Release/libzim.so.9`); | ||
| exec(`cp download/${libDir}/libzim.so.9 build/Release/libzim.so.9`); | ||
| exec("ln -sf build/Release/libzim.so.9 build/Release/libzim.so"); // convenience only, not required | ||
@@ -33,0 +33,0 @@ } |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "types": "dist/index.d.js", | ||
| "version": "4.0.0", | ||
| "version": "4.1.0", | ||
| "description": "Libzim bindings for NodeJS", | ||
@@ -8,0 +8,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188840
0.03%