OSDN Git Service

update the vapor run vapor
authorZhiting Lin <zlin035@uottawa.ca>
Thu, 24 Oct 2019 07:14:59 +0000 (15:14 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Thu, 24 Oct 2019 07:14:59 +0000 (15:14 +0800)
modules/settings.js
package.json

index 5986a0c..284a36c 100644 (file)
@@ -51,7 +51,7 @@ class Settings {
         vapordDataPath = `${app.getPath('home')}/Library/Application Support/Vapor`
         break
       case 'linux':
-        vapordDataPath = `${app.getPath('home')}/.bytom`
+        vapordDataPath = `${app.getPath('home')}/.vapor`
     }
     return vapordDataPath
   }
index a346146..c1b1ea9 100644 (file)
@@ -60,7 +60,7 @@
     },
     "asar": true
   },
-  "version": "1.0.9",
+  "version": "1.0.0",
   "description": "Vapor Wallet Desktop",
   "main": "main.js",
   "scripts": {