feat: add build script for windows to use legacy openssl provider

main
Ayush Mukherjee 1 year ago
parent 76cf93cbb9
commit 957599f3a3

@ -0,0 +1,2 @@
$env:NODE_OPTIONS = "--openssl-legacy-provider"
npm run electron:build
Loading…
Cancel
Save