Browse Source

Don't build extternal libs from sources

master
Thibaut Boustany 7 years ago
parent
commit
23eb217aa3
No known key found for this signature in database GPG Key ID: 32475B11A2B13EEC
  1. 3
      electron-builder.yml
  2. 1
      package.json

3
electron-builder.yml

@ -1,6 +1,7 @@
appId: com.ledger.live
buildDependenciesFromSource: true
# buildDependenciesFromSource: false
# npmRebuild: false
protocols:
name: Ledger Live

1
package.json

@ -92,6 +92,7 @@
"rxjs": "^6.2.0",
"rxjs-compat": "^6.1.0",
"semaphore": "^1.1.0",
"secp256k1": "3.4.0",
"smooth-scrollbar": "^8.2.7",
"source-map": "0.7.2",
"source-map-support": "^0.5.4",

Loading…
Cancel
Save