Skip to content

Commit

Permalink
Merge pull request #802 from nervosnetwork/improve-updater
Browse files Browse the repository at this point in the history
Improve updater
  • Loading branch information
ashchan authored Aug 2, 2019
2 parents 8335589 + 994f8c9 commit fd34cb0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion packages/neuron-wallet/dev-app-update.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
publish: github
provider: github
owner: nervosnetwork
repo: neuron
2 changes: 2 additions & 0 deletions packages/neuron-wallet/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dmg:
sign: false

win:
publisherName:
- 杭州秘猿科技有限公司
artifactName: "${productName}-v${version}-${os}-${arch}-installer.${ext}"
icon: assets/images/icon.ico
target:
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"sha3": "2.0.4",
"sqlite3": "4.0.8",
"sqlite3": "4.0.9",
"typeorm": "0.2.18",
"uuid": "3.3.2",
"winston": "3.2.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15824,10 +15824,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

sqlite3@4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-4.0.8.tgz#81ee60d54befaa52f5421fe6337050bd43d4bb95"
integrity sha512-kgwHu4j10KhpCHtx//dejd/tVQot7jc3sw+Sn0vMuKOw0X00Ckyg9VceKgzPyGmmz+zEoYue9tOLriWTvYy0ww==
sqlite3@4.0.9:
version "4.0.9"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-4.0.9.tgz#cff74550fa5a1159956815400bdef69245557640"
integrity sha512-IkvzjmsWQl9BuBiM4xKpl5X8WCR4w0AeJHRdobCdXZ8dT/lNc1XS6WqvY35N6+YzIIgzSBeY5prdFObID9F9tA==
dependencies:
nan "^2.12.1"
node-pre-gyp "^0.11.0"
Expand Down

0 comments on commit fd34cb0

Please sign in to comment.