OSX: Drag to install Copay on Applications
This commit is contained in:
parent
21de0baf74
commit
6286d37429
4 changed files with 128 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue