Webpack sqlcigher for difference system on macos
5.3.0 version change:Don't fallback to building from source。 On macos M1 i want to webpack package for arm64 or darwin or linux or window,But when I use 5.3.1, webpack electron,it cannot fallback to build source, only download darwin x64. I want to known darwin x64 can be used for installaton package on difference system? Or i should rebuild sqlcigher for difference system?
You don't need to rebuild anything, but you do need to download the correct pre-built binaries.
You can that by running a command like this in node_modules/@journeyapps/sqlcipher:
npm run install -- --target_arch=arm64 --target_platform=win32
Thank you very much
You don't need to rebuild anything, but you do need to download the correct pre-built binaries.
You can that by running a command like this in
node_modules/@journeyapps/sqlcipher:npm run install -- --target_arch=arm64 --target_platform=win32
I want to webpack package for arm64 on linux ,But when I use 5.3.1, webpack electron,it cannot build source。 can you provide this package?