diff --git cmake/FinalizeBundle.cmake.in cmake/FinalizeBundle.cmake.in
index bce8c072..6e795c39 100644
--- cmake/FinalizeBundle.cmake.in
+++ cmake/FinalizeBundle.cmake.in
@@ -51,13 +51,3 @@ endif()
 # Now fixup the whole thing using CMake's own tooling, which (unlike macdeployqt) will take care of any additional internal executables
 message(STATUS "Fixing up bundle...")
 fixup_bundle("${BUNDLE_PATH}" "" "")
-
-# Create the DMG image
-message(STATUS "Creating DMG image...")
-execute_process(
-    COMMAND hdiutil create "${DMG_PATH}" -srcfolder "${BUNDLE_PATH}" -format "UDBZ" -fs "HFS+" -volname "Quassel IRC"
-    RESULT_VARIABLE result
-)
-if(NOT result EQUAL 0)
-    message(FATAL_ERROR "Creating DMG image failed.")
-endif()