We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hdiutil
1 parent 9d32b3b commit fc3170fCopy full SHA for fc3170f
contrib/mac/app/Makefile
@@ -23,7 +23,7 @@ APP_COPYRIGHT:=© 2016 The Julia Project
23
all: clean $(DMG_NAME)
24
25
$(DMG_NAME): dmg/$(APP_NAME) dmg/.VolumeIcon.icns dmg/Applications
26
- hdiutil create $@ -size 500m -ov -volname "$(VOL_NAME)" -imagekey zlib-level=9 -srcfolder dmg
+ hdiutil create $@ -size 1t -ov -volname "$(VOL_NAME)" -imagekey zlib-level=9 -srcfolder dmg
27
28
dmg/.VolumeIcon.icns: julia.icns
29
-mkdir -p dmg
0 commit comments