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
6f967e5c
Commit
6f967e5c
authored
7 years ago
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable signing and fixed readme filenames
parent
1ae719df
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+3
-3
build.sh
build.sh
+3
-0
No files found.
README.md
View file @
6f967e5c
...
@@ -57,9 +57,9 @@ If you want the :sparkles: latest :sparkles: (unstable :bomb:) version of the Br
...
@@ -57,9 +57,9 @@ If you want the :sparkles: latest :sparkles: (unstable :bomb:) version of the Br
|
**OS X**
| - |
[
download
][
10
]
| OSX 10.12 or later |
|
**OS X**
| - |
[
download
][
10
]
| OSX 10.12 or later |
[
7
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze
-
Wallet-v0.3.0-setup-win-x86.exe
[
7
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze
.
Wallet-v0.3.0-setup-win-x86.exe
[
8
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze
-
Wallet-v0.3.0-setup-win-x64.exe
[
8
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze
.
Wallet-v0.3.0-setup-win-x64.exe
[
9
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze
-
Wallet-v0.3.0-linux-x64.tar.gz
[
9
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze
.
Wallet-v0.3.0-linux-x64.tar.gz
[
10
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/breeze-osx-x64.zip
[
10
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/breeze-osx-x64.zip
This diff is collapsed.
Click to expand it.
build.sh
View file @
6f967e5c
...
@@ -8,6 +8,9 @@ node_output_name="Breeze-$os_platform-$arch"
...
@@ -8,6 +8,9 @@ node_output_name="Breeze-$os_platform-$arch"
app_output_name
=
"breeze-
$TRAVIS_OS_NAME
-
$arch
"
app_output_name
=
"breeze-
$TRAVIS_OS_NAME
-
$arch
"
app_output_zip_name
=
"breeze-
$TRAVIS_OS_NAME
-
$arch
.zip"
app_output_zip_name
=
"breeze-
$TRAVIS_OS_NAME
-
$arch
.zip"
# specify no signing
CSC_IDENTITY_AUTO_DISCOVERY
=
false
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
then
then
dotnet_resources_path_in_app
=
$TRAVIS_BUILD_DIR
/breeze_out/
$app_output_name
/Breeze.app/contents/resources/app/assets/daemon
dotnet_resources_path_in_app
=
$TRAVIS_BUILD_DIR
/breeze_out/
$app_output_name
/Breeze.app/contents/resources/app/assets/daemon
...
...
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