desktop: use npx prebuildify instead of yarn

This commit is contained in:
Abdullah Atta
2024-05-10 15:24:39 +05:00
parent 83316fe299
commit 27ae5bb5a2

View File

@@ -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")
);