mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
desktop: use npx prebuildify instead of yarn
This commit is contained in:
@@ -48,7 +48,7 @@ if (os.platform() === "linux") await patchBetterSQLite3();
|
||||
|
||||
if (os.platform() === "win32")
|
||||
await exec(
|
||||
`yarn prebuildify --arch=arm64 --strip -t electron@${packageJson.devDependencies.electron}`,
|
||||
`npx prebuildify --arch=arm64 --strip -t electron@${packageJson.devDependencies.electron}`,
|
||||
path.join(__dirname, "..", "node_modules", "sodium-native")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user