Merge pull request #2928 from matiu/bug/grunt-desktop

add -megabytes options to hdiutil
This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-29 12:03:06 -03:00
commit fef24972e7

View file

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