Commit fc2b6ff2 authored by bokobza's avatar bokobza

added electron folder to cache and set publish to null for electron builder

parent b3c76c5c
......@@ -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
......
{
"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/**/*"
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment