add -megabytes options to hdiutil
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
This commit is contained in:
parent
4e80883363
commit
26078d8d5d
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ module.exports = function(grunt) {
|
|||
command: 'rm -Rf bower_components node_modules'
|
||||
},
|
||||
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: {
|
||||
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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue