Compare commits
6 commits
master
...
wallet/rel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10b9b0c5c9 |
||
|
|
9e01303f37 |
||
|
|
e3a82a1118 |
||
|
|
ef8e7ac501 |
||
|
|
3b0b85f234 |
||
|
|
5d1ed16ab5 |
3 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ module.exports = function(grunt) {
|
||||||
command: 'node ./util/buildExternalServices.js'
|
command: 'node ./util/buildExternalServices.js'
|
||||||
},
|
},
|
||||||
get_nwjs_for_pkg: {
|
get_nwjs_for_pkg: {
|
||||||
command: 'if [ ! -d ./cache/0.19.5-pkg/osx64/nwjs.app ]; then cd ./cache; curl https://dl.nwjs.io/v0.19.5-mas-beta/nwjs-mas-v0.19.5-osx-x64.zip --output nwjs.zip; unzip nwjs.zip; mkdir -p ./0.19.5-pkg/osx64; cp -R ./nwjs-mas-v0.19.5-osx-x64/nwjs.app ./0.19.5-pkg/osx64/; fi'
|
command: 'if [ ! -d ./cache/0.19.4/osx64/nwjs.app ]; then mkdir -p ./cache/0.19.4/osx64; curl https://dl.nwjs.io/v0.19.5-mas-beta/nwjs-mas-v0.19.5-osx-x64.zip --output ./cache/nwjs.zip; unzip ./cache/nwjs.zip -d ./cache; cp -R ./cache/nwjs-mas-v0.19.5-osx-x64/nwjs.app ./cache/0.19.4/osx64/; fi'
|
||||||
},
|
},
|
||||||
log_android: {
|
log_android: {
|
||||||
command: 'adb logcat | grep chromium',
|
command: 'adb logcat | grep chromium',
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"description": "A Secure Bitcoin Wallet",
|
"description": "A Secure Bitcoin Wallet",
|
||||||
"version": "5.1.3",
|
"version": "5.1.3",
|
||||||
"fullVersion": "5.1-rc2",
|
"fullVersion": "5.1-rc2",
|
||||||
"androidVersion": "501003",
|
"androidVersion": "501300",
|
||||||
"_extraCSS": "",
|
"_extraCSS": "",
|
||||||
"_enabledExtensions": {
|
"_enabledExtensions": {
|
||||||
"coinbase": false,
|
"coinbase": false,
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('servicesService', function(configSe
|
||||||
name: 'shapeshift',
|
name: 'shapeshift',
|
||||||
title: 'Shapeshift',
|
title: 'Shapeshift',
|
||||||
icon: 'icon-shapeshift',
|
icon: 'icon-shapeshift',
|
||||||
href: 'https://shapeshift.io/'
|
sref: 'tabs.shapeshift'
|
||||||
}];
|
}];
|
||||||
|
|
||||||
root.register = function(serviceInfo) {
|
root.register = function(serviceInfo) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue