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: ...@@ -34,9 +34,10 @@ env:
cache: cache:
directories: directories:
- ${TRAVIS_BUILD_DIR}/Breeze.UI/node_modules - ${TRAVIS_BUILD_DIR}/Breeze.UI/node_modules
- $HOME/.electron
- $HOME/.nuget/packages - $HOME/.nuget/packages
- /usr/share/dotnet/sdk/2.0.0/ - /usr/share/dotnet/sdk/2.0.0/
# Work around NuGet issue #2163 # Work around NuGet issue #2163
# https://github.com/NuGet/Home/issues/2163 # https://github.com/NuGet/Home/issues/2163
# https://github.com/travis-ci/travis-ci/issues/7728 # https://github.com/travis-ci/travis-ci/issues/7728
......
{ {
"appId":"com.stratisplatform.breeze", "appId": "com.stratisplatform.breeze",
"productName":"Breeze Wallet", "productName": "Breeze Wallet",
"directories":{ "publish": null,
"app":"dist", "directories": {
"output":"app-builds", "app": "dist",
"buildResources":"dist/assets/images" "output": "app-builds",
}, "buildResources": "dist/assets/images"
"win":{ },
"icon":"dist/assets/images/icon", "win": {
"target":[ "icon": "dist/assets/images/icon",
"nsis" "target": [
], "nsis"
"artifactName":"${productName}-v${version}-setup-${os}-${env.arch}.${ext}" ],
}, "artifactName": "${productName}-v${version}-setup-${os}-${env.arch}.${ext}"
"linux":{ },
"target":[ "linux": {
"deb", "target": [
"tar.gz" "deb",
], "tar.gz"
"synopsis":"Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.", ],
"category":"Utility", "synopsis": "Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.",
"icon":"dist/assets/images/icons", "category": "Utility",
"artifactName":"${productName}-v${version}-${os}-${arch}.${ext}" "icon": "dist/assets/images/icons",
}, "artifactName": "${productName}-v${version}-${os}-${arch}.${ext}"
"mac":{ },
"target":[ "mac": {
"dmg" "target": [
], "dmg"
"category":"public.app-category.productivity", ],
"artifactName":"${productName}-v${version}-${os}-${arch}.${ext}" "category": "public.app-category.productivity",
}, "artifactName": "${productName}-v${version}-${os}-${arch}.${ext}"
"nsis":{ },
"oneClick":false, "nsis": {
"perMachine":true, "oneClick": false,
"allowToChangeInstallationDirectory":true, "perMachine": true,
"deleteAppDataOnUninstall":true, "allowToChangeInstallationDirectory": true,
"guid":"ed20df62-ff5a-4b83-a5e3-a361357c6e51", "deleteAppDataOnUninstall": true,
"createDesktopShortcut":true, "guid": "ed20df62-ff5a-4b83-a5e3-a361357c6e51",
"createStartMenuShortcut":true "createDesktopShortcut": true,
}, "createStartMenuShortcut": true
"msi":{ },
"warningsAsErrors":false "msi": {
}, "warningsAsErrors": false
"extraResources":[ },
"daemon/**/*" "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