Skip to content

Commit

Permalink
Use Breeze.Daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
dev0tion committed Dec 5, 2017
1 parent c6d5ecc commit 2356259
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Breeze.UI/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ function startBitcoinApi() {
if (os.platform() === 'win32') {
apiPath = path.resolve(__dirname, '..\\..\\resources\\daemon\\Breeze.Daemon.exe');
} else if (os.platform() === 'linux') {
apiPath = path.resolve(__dirname, '..//..//resources//daemon//Stratis.BreezeD');
apiPath = path.resolve(__dirname, '..//..//resources//daemon//Breeze.Daemon');
} else {
apiPath = path.resolve(__dirname, '..//..//resources//daemon//Stratis.BreezeD');
apiPath = path.resolve(__dirname, '..//..//resources//daemon//Breeze.Daemon');
}

let stratisDir = '-storedir=' + path.join(os.homedir(), '.stratisnode', 'stratis', 'StratisTest', 'registrationHistory.json');
Expand Down Expand Up @@ -193,9 +193,9 @@ function startStratisApi() {
if (os.platform() === 'win32') {
apiPath = path.resolve(__dirname, '..\\..\\resources\\daemon\\Breeze.Daemon.exe');
} else if (os.platform() === 'linux') {
apiPath = path.resolve(__dirname, '..//..//resources//daemon//Stratis.BreezeD');
apiPath = path.resolve(__dirname, '..//..//resources//daemon//Breeze.Daemon');
} else {
apiPath = path.resolve(__dirname, '..//..//resources//daemon//Stratis.BreezeD');
apiPath = path.resolve(__dirname, '..//..//resources//daemon//Breeze.Daemon');
}

if (!testnet) {
Expand Down

0 comments on commit 2356259

Please sign in to comment.