Skip to content

Commit fc3170f

Browse files
authored
Bump hdiutil image maximum capacity to 1TB (#25465)
Hopefully we now never have to do this again.
1 parent 9d32b3b commit fc3170f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mac/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ APP_COPYRIGHT:=© 2016 The Julia Project
2323
all: clean $(DMG_NAME)
2424

2525
$(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
26+
hdiutil create $@ -size 1t -ov -volname "$(VOL_NAME)" -imagekey zlib-level=9 -srcfolder dmg
2727

2828
dmg/.VolumeIcon.icns: julia.icns
2929
-mkdir -p dmg

0 commit comments

Comments
 (0)