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
018d5844
Commit
018d5844
authored
7 years ago
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made artifact name OS specific
parent
81748e81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
electron-builder.json
Breeze.UI/electron-builder.json
+5
-4
No files found.
Breeze.UI/electron-builder.json
View file @
018d5844
{
"appId"
:
"com.stratisplatform.breeze"
,
"productName"
:
"Breeze Wallet"
,
"artifactName"
:
"${productName}.v${version}.setup.${os}.${arch}.${ext}"
,
"productName"
:
"Breeze Wallet"
,
"mac"
:
{
"category"
:
"com.stratisplatform.breeze"
},
...
...
@@ -11,14 +10,16 @@
},
"win"
:
{
"icon"
:
"dist/assets/images/breeze-logo"
,
"target"
:
[
"nsis"
]
"target"
:
[
"nsis"
],
"artifactName"
:
"${productName}.v${version}.setup.${os}.${env.arch}.${ext}"
},
"linux"
:
{
"target"
:
[
"deb"
,
"tar.gz"
],
"category"
:
"Utility"
"category"
:
"Utility"
,
"artifactName"
:
"${productName}.v${version}.setup.${os}.${arch}.${ext}"
},
"nsis"
:
{
"oneClick"
:
false
,
...
...
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