Commit fc2b6ff2 authored by bokobza's avatar bokobza

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

parent b3c76c5c
...@@ -34,6 +34,7 @@ env: ...@@ -34,6 +34,7 @@ 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/
......
{ {
"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":{ "win": {
"icon":"dist/assets/images/icon", "icon": "dist/assets/images/icon",
"target":[ "target": [
"nsis" "nsis"
], ],
"artifactName":"${productName}-v${version}-setup-${os}-${env.arch}.${ext}" "artifactName": "${productName}-v${version}-setup-${os}-${env.arch}.${ext}"
}, },
"linux":{ "linux": {
"target":[ "target": [
"deb", "deb",
"tar.gz" "tar.gz"
], ],
"synopsis":"Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.", "synopsis": "Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.",
"category":"Utility", "category": "Utility",
"icon":"dist/assets/images/icons", "icon": "dist/assets/images/icons",
"artifactName":"${productName}-v${version}-${os}-${arch}.${ext}" "artifactName": "${productName}-v${version}-${os}-${arch}.${ext}"
}, },
"mac":{ "mac": {
"target":[ "target": [
"dmg" "dmg"
], ],
"category":"public.app-category.productivity", "category": "public.app-category.productivity",
"artifactName":"${productName}-v${version}-${os}-${arch}.${ext}" "artifactName": "${productName}-v${version}-${os}-${arch}.${ext}"
}, },
"nsis":{ "nsis": {
"oneClick":false, "oneClick": false,
"perMachine":true, "perMachine": true,
"allowToChangeInstallationDirectory":true, "allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall":true, "deleteAppDataOnUninstall": true,
"guid":"ed20df62-ff5a-4b83-a5e3-a361357c6e51", "guid": "ed20df62-ff5a-4b83-a5e3-a361357c6e51",
"createDesktopShortcut":true, "createDesktopShortcut": true,
"createStartMenuShortcut":true "createStartMenuShortcut": true
}, },
"msi":{ "msi": {
"warningsAsErrors":false "warningsAsErrors": false
}, },
"extraResources":[ "extraResources": [
"daemon/**/*" "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