remove python dependency for building with correct sqlite natives

This commit is contained in:
s809
2025-04-27 00:08:00 +05:00
parent 3721ebea6e
commit b495ac4799
30 changed files with 55 additions and 32 deletions
@@ -196,6 +196,8 @@ class NativeRelocator
return Files.readAllBytes(outputFilePath);
}
System.out.println("Relocating to " + outputPath + "...");
for (Map.Entry<String, String> replacement : replacements.entrySet())
{
this.replaceInNullTerminatedStrings(content, replacement.getKey(), replacement.getValue());