add -megabytes options to hdiutil

Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
This commit is contained in:
Matias Alejo Garcia 2015-06-29 10:49:14 -03:00
commit 26078d8d5d

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: {