Bytom Desktop Electron App
Revision | c80e25f28de7d1930b548f4c7d70206dc3439d71 (tree) |
---|---|
Zeit | 2019-10-24 16:14:59 |
Autor | Zhiting Lin <zlin035@uott...> |
Commiter | Zhiting Lin |
update the vapor run
@@ -51,7 +51,7 @@ class Settings { | ||
51 | 51 | vapordDataPath = `${app.getPath('home')}/Library/Application Support/Vapor` |
52 | 52 | break |
53 | 53 | case 'linux': |
54 | - vapordDataPath = `${app.getPath('home')}/.bytom` | |
54 | + vapordDataPath = `${app.getPath('home')}/.vapor` | |
55 | 55 | } |
56 | 56 | return vapordDataPath |
57 | 57 | } |
@@ -60,7 +60,7 @@ | ||
60 | 60 | }, |
61 | 61 | "asar": true |
62 | 62 | }, |
63 | - "version": "1.0.9", | |
63 | + "version": "1.0.0", | |
64 | 64 | "description": "Vapor Wallet Desktop", |
65 | 65 | "main": "main.js", |
66 | 66 | "scripts": { |