diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index d4d6e6ce4b81e3d63260b22c080a89d11cccf81d..04736581fe7c733562ce8f43159f43b5b9b4a5d1 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -323,6 +323,9 @@ then
 			make debstage prefix=$inst_dir
 		fi
 		cd ../../
+	# move OSX dmg installer
+	elif [ $dmg -gt 0 ]; then
+		mv packages/darwin_app/Pd*.dmg .
 	fi
 fi