• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-electron: 提交

Bytom Desktop Electron App


Commit MetaInfo

修订版c80e25f28de7d1930b548f4c7d70206dc3439d71 (tree)
时间2019-10-24 16:14:59
作者Zhiting Lin <zlin035@uott...>
CommiterZhiting Lin

Log Message

update the vapor run

更改概述

差异

--- a/modules/settings.js
+++ b/modules/settings.js
@@ -51,7 +51,7 @@ class Settings {
5151 vapordDataPath = `${app.getPath('home')}/Library/Application Support/Vapor`
5252 break
5353 case 'linux':
54- vapordDataPath = `${app.getPath('home')}/.bytom`
54+ vapordDataPath = `${app.getPath('home')}/.vapor`
5555 }
5656 return vapordDataPath
5757 }
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
6060 },
6161 "asar": true
6262 },
63- "version": "1.0.9",
63+ "version": "1.0.0",
6464 "description": "Vapor Wallet Desktop",
6565 "main": "main.js",
6666 "scripts": {
Show on old repository browser