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
fc2b6ff2
Commit
fc2b6ff2
authored
Dec 04, 2017
by
bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added electron folder to cache and set publish to null for electron builder
parent
b3c76c5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
47 deletions
+49
-47
.travis.yml
.travis.yml
+2
-1
electron-builder.json
Breeze.UI/electron-builder.json
+47
-46
No files found.
.travis.yml
View file @
fc2b6ff2
...
...
@@ -34,9 +34,10 @@ env:
cache
:
directories
:
-
${TRAVIS_BUILD_DIR}/Breeze.UI/node_modules
-
$HOME/.electron
-
$HOME/.nuget/packages
-
/usr/share/dotnet/sdk/2.0.0/
# Work around NuGet issue #2163
# https://github.com/NuGet/Home/issues/2163
# https://github.com/travis-ci/travis-ci/issues/7728
...
...
Breeze.UI/electron-builder.json
View file @
fc2b6ff2
{
"appId"
:
"com.stratisplatform.breeze"
,
"productName"
:
"Breeze Wallet"
,
"directories"
:{
"app"
:
"dist"
,
"output"
:
"app-builds"
,
"buildResources"
:
"dist/assets/images"
},
"win"
:{
"icon"
:
"dist/assets/images/icon"
,
"target"
:[
"nsis"
],
"artifactName"
:
"${productName}-v${version}-setup-${os}-${env.arch}.${ext}"
},
"linux"
:{
"target"
:[
"deb"
,
"tar.gz"
],
"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}-${os}-${arch}.${ext}"
},
"mac"
:{
"target"
:[
"dmg"
],
"category"
:
"public.app-category.productivity"
,
"artifactName"
:
"${productName}-v${version}-${os}-${arch}.${ext}"
},
"nsis"
:{
"oneClick"
:
false
,
"perMachine"
:
true
,
"allowToChangeInstallationDirectory"
:
true
,
"deleteAppDataOnUninstall"
:
true
,
"guid"
:
"ed20df62-ff5a-4b83-a5e3-a361357c6e51"
,
"createDesktopShortcut"
:
true
,
"createStartMenuShortcut"
:
true
},
"msi"
:{
"warningsAsErrors"
:
false
},
"extraResources"
:[
"daemon/**/*"
]
"appId"
:
"com.stratisplatform.breeze"
,
"productName"
:
"Breeze Wallet"
,
"publish"
:
null
,
"directories"
:
{
"app"
:
"dist"
,
"output"
:
"app-builds"
,
"buildResources"
:
"dist/assets/images"
},
"win"
:
{
"icon"
:
"dist/assets/images/icon"
,
"target"
:
[
"nsis"
],
"artifactName"
:
"${productName}-v${version}-setup-${os}-${env.arch}.${ext}"
},
"linux"
:
{
"target"
:
[
"deb"
,
"tar.gz"
],
"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}-${os}-${arch}.${ext}"
},
"mac"
:
{
"target"
:
[
"dmg"
],
"category"
:
"public.app-category.productivity"
,
"artifactName"
:
"${productName}-v${version}-${os}-${arch}.${ext}"
},
"nsis"
:
{
"oneClick"
:
false
,
"perMachine"
:
true
,
"allowToChangeInstallationDirectory"
:
true
,
"deleteAppDataOnUninstall"
:
true
,
"guid"
:
"ed20df62-ff5a-4b83-a5e3-a361357c6e51"
,
"createDesktopShortcut"
:
true
,
"createStartMenuShortcut"
:
true
},
"msi"
:
{
"warningsAsErrors"
:
false
},
"extraResources"
:
[
"daemon/**/*"
]
}
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