Browse Source

Resolve rust for windows and linux (#1485)

pull/1486/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
8be88a731c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
"**/*",
"!**/node_modules/@bitwarden/desktop-native/**/*",
"**/node_modules/@bitwarden/desktop-native/index.js",
"**/node_modules/@bitwarden/desktop-native/dist/desktop_native.${platform}-${arch}.node"
"**/node_modules/@bitwarden/desktop-native/dist/desktop_native.${platform}-${arch}*.node"
],
"mac": {
"electronUpdaterCompatibility": ">=0.0.1",

Loading…
Cancel
Save