OSX: Drag to install Copay on Applications

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-01 17:05:28 -03:00
commit 6286d37429
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 128 additions and 2 deletions

View file

@ -11,10 +11,10 @@ module.exports = function(grunt) {
command: 'rm -Rf bower_components node_modules'
},
osx64: {
command: 'hdiutil create -megabytes 150 -volname Copay -srcfolder webkitbuilds/copay/osx64/copay.app/ -ov -format UDZO webkitbuilds/copay-osx64.dmg'
command: 'webkitbuilds/build-osx.sh osx64'
},
osx32: {
command: 'hdiutil create -megabytes 150 -volname Copay -srcfolder webkitbuilds/copay/osx32/copay.app/ -ov -format UDZO webkitbuilds/copay-osx32.dmg'
command: 'webkitbuilds/build-osx.sh osx32'
}
},
watch: {