From 728f1de2168b46d6eab2ad709134db774d72d700 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Wed, 27 Dec 2023 12:20:20 -0500 Subject: [PATCH] Remove Mogrify --- resources/build_resources.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/build_resources.sh b/resources/build_resources.sh index 24f9fd0a..09948164 100755 --- a/resources/build_resources.sh +++ b/resources/build_resources.sh @@ -16,8 +16,6 @@ UI_PYTHON_PATH=../python/tk_multi_breakdown2/ui # The path to where the PySide binaries are installed PYTHON_BASE="/Applications/Shotgun.app/Contents/Resources/Python/bin" -# Remove any problematic profiles from pngs. -for f in *.png; do mogrify $f; done # Helper functions to build UI files function build_qt {