Browse Source

electron version bump

v0.25
pbca26 7 years ago
parent
commit
c33ba6719e
  1. 4
      package.json
  2. 2
      routes/shepherd/coindWalletKeys.js
  3. 2
      routes/shepherd/daemonControl.js
  4. 2
      version
  5. 2
      version_build

4
package.json

@ -1,7 +1,7 @@
{
"name": "agama-app",
"productName": "Agama",
"version": "0.2.23",
"version": "0.2.24",
"description": "Agama Wallet Desktop App",
"main": "main.js",
"scripts": {
@ -21,7 +21,7 @@
"author": "SuperNET",
"license": "MIT",
"devDependencies": {
"electron": "^1.4.1",
"electron": "^1.6.15",
"electron-installer-debian": "^0.6.0",
"electron-installer-redhat": "^0.5.0"
},

2
routes/shepherd/coindWalletKeys.js

@ -9,7 +9,7 @@ module.exports = (shepherd) => {
const chain = req.query.chain;
// ref: https://gist.github.com/kendricktan/1e62495150ad236b38616d733aac4eb9
let _walletDatLocation = chain === 'komodo' ? `${shepherd.komodoDir}/wallet.dat` : `${shepherd.komodoDir}/${chain}/wallet.dat`;
let _walletDatLocation = chain === 'komodo' || chain === 'null' ? `${shepherd.komodoDir}/wallet.dat` : `${shepherd.komodoDir}/${chain}/wallet.dat`;
_walletDatLocation = chain === 'CHIPS' ? `${shepherd.chipsDir}/wallet.dat` : _walletDatLocation;
try {

2
routes/shepherd/daemonControl.js

@ -182,7 +182,7 @@ module.exports = (shepherd) => {
shepherd.log(`created ${_daemonLogName}`);
fs.unlinkSync(_daemonLogName);
} catch (e) {
shepherd.log(`error accessing ${_daemonLogName}, doesnt exist?`);
shepherd.log(`error accessing ${_daemonLogName}, doesnt exist or another proc is already running`);
}
if (!shepherd.appConfig.stopNativeDaemonsOnQuit) {

2
version

@ -1,3 +1,3 @@
version=0.2.0.24b
version=0.2.0.24c
type=e-beta
minversion=0.2.0.2

2
version_build

@ -1 +1 @@
0.2.0.24b-beta
0.2.0.24c-beta
Loading…
Cancel
Save