Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
1f606f5e
Commit
1f606f5e
authored
7 years ago
by
bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed path for mac resources
parent
cb900a20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
.travis.yml
.travis.yml
+3
-2
main.ts
Breeze.UI/main.ts
+3
-3
No files found.
.travis.yml
View file @
1f606f5e
...
...
@@ -35,8 +35,9 @@ cache:
directories
:
-
${TRAVIS_BUILD_DIR}/Breeze.UI/node_modules
-
$HOME/.electron
-
$HOME/.nuget/packages
-
/usr/share/dotnet/sdk/2.0.0/
-
$HOME/.nuget/packages
-
/usr/share/dotnet/sdk/
# dotnet path for linux
-
/Users/travis/.dotnet/sdk/
# dotnet path for mac
# Work around NuGet issue #2163
# https://github.com/NuGet/Home/issues/2163
...
...
This diff is collapsed.
Click to expand it.
Breeze.UI/main.ts
View file @
1f606f5e
const
electron
=
require
(
'electron'
);
const
electron
=
require
(
'electron'
);
// Module to control application life.
const
app
=
electron
.
app
;
...
...
@@ -161,7 +161,7 @@ function startBitcoinApi() {
}
else
if
(
os
.
platform
()
===
'linux'
)
{
apiPath
=
path
.
resolve
(
__dirname
,
'..//..//resources//daemon//Stratis.BreezeD'
);
}
else
{
apiPath
=
path
.
resolve
(
__dirname
,
'..//..//
Content//
resources//daemon//Stratis.BreezeD'
);
apiPath
=
path
.
resolve
(
__dirname
,
'..//..//resources//daemon//Stratis.BreezeD'
);
}
...
...
@@ -192,7 +192,7 @@ function startStratisApi() {
}
else
if
(
os
.
platform
()
===
'linux'
)
{
apiPath
=
path
.
resolve
(
__dirname
,
'..//..//resources//daemon//Stratis.BreezeD'
);
}
else
{
apiPath
=
path
.
resolve
(
__dirname
,
'..//..//
Content//
resources//daemon//Stratis.BreezeD'
);
apiPath
=
path
.
resolve
(
__dirname
,
'..//..//resources//daemon//Stratis.BreezeD'
);
}
if
(
!
testnet
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment