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
fc873b31
Unverified
Commit
fc873b31
authored
Nov 30, 2017
by
Jeremy Bokobza
Committed by
GitHub
Nov 30, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #377 from D3m0nKingx/patch-2
Change naming of package files
parents
d5421aad
60449e50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
electron-builder.json
Breeze.UI/electron-builder.json
+4
-4
No files found.
Breeze.UI/electron-builder.json
View file @
fc873b31
...
...
@@ -11,7 +11,7 @@
"target"
:[
"nsis"
],
"artifactName"
:
"${productName}
.v${version}.setup.${os}.
${env.arch}.${ext}"
"artifactName"
:
"${productName}
-v${version}-setup-${os}-
${env.arch}.${ext}"
},
"linux"
:{
"target"
:[
...
...
@@ -21,14 +21,14 @@
"synopsis"
:
"Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy."
,
"category"
:
"Utility"
,
"icon"
:
"dist/assets/images/icons"
,
"artifactName"
:
"${productName}
.v${version}.setup.${os}.
${arch}.${ext}"
"artifactName"
:
"${productName}
-v${version}-${os}-
${arch}.${ext}"
},
"mac"
:{
"target"
:[
"dmg"
],
"category"
:
"public.app-category.productivity"
,
"artifactName"
:
"${productName}
.v${version}.setup.${os}.
${arch}.${ext}"
"artifactName"
:
"${productName}
-v${version}-${os}-
${arch}.${ext}"
},
"nsis"
:{
"oneClick"
:
false
,
...
...
@@ -45,4 +45,4 @@
"extraResources"
:[
"daemon/**/*"
]
}
\ No newline at end of file
}
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