From 9871c5a4195a963a1dc7e6a3a4eedcf9f772171d Mon Sep 17 00:00:00 2001 From: Richard E Barber Date: Thu, 7 Sep 2023 23:17:32 -0700 Subject: [PATCH] mac: cleanup items at end of bundle script --- tools/osx/macosx_bundle.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/osx/macosx_bundle.sh b/tools/osx/macosx_bundle.sh index b26396fe1..4a6509403 100644 --- a/tools/osx/macosx_bundle.sh +++ b/tools/osx/macosx_bundle.sh @@ -468,4 +468,8 @@ function CreateDmg { CreateDmg msg "Finishing build:" +# Clean up items +rm *app.zip +rm *dmg.zip +rm univ.zip echo "Script complete."