diff --git a/Makefile b/Makefile index 5c760f8be..6cd23aa11 100644 --- a/Makefile +++ b/Makefile @@ -1026,6 +1026,7 @@ install-bundlefiles: @cp -p macos/Info.plist $(BUNDLE)/Contents @cp -p macos/tuxpaint.icns $(BUNDLE)/Contents/Resources @custom/macos.sh + @hdiutil create -volname "Tux Paint $(VER_VERSION)" -srcfolder $(BUNDLE) -ov -format UDBZ -o TuxPaint.dmg # Build the program!