mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
desktop: force install both x64 & arm64 packages for sqlite-better-trigram on macos
This commit is contained in:
@@ -63,6 +63,11 @@ if (args.variant === "mas") {
|
||||
await exec(`yarn run bundle`);
|
||||
}
|
||||
|
||||
if (process.platform === "darwin") {
|
||||
await exec(`npm i sqlite-better-trigram-darwin-x64 --force`);
|
||||
await exec(`npm i sqlite-better-trigram-darwin-arm64 --force`);
|
||||
}
|
||||
|
||||
await exec(`yarn run build`);
|
||||
|
||||
if (args.run) {
|
||||
|
||||
Reference in New Issue
Block a user