From 0d6fcfa01855dfcde8a263a5cc6977f8e6774778 Mon Sep 17 00:00:00 2001 From: Scott Blake <945258+MScottBlake@users.noreply.github.com> Date: Sat, 22 Nov 2025 12:11:29 -0500 Subject: [PATCH 1/2] Move EndOfCheckPhase processor after download and before processing --- Aftermath/Aftermath.download.recipe | 10 +++++----- Aftermath/AftermathUninstaller.download.recipe | 8 ++++---- .../CarouselCloudScreenSaver.download.recipe | 6 +----- CiscoUmbrella/CiscoUmbrella.download.recipe | 10 +++++----- LogiOptionsPlus/LogiOptionsPlus.download.recipe | 8 ++++---- .../LogiOptionsPlusOffline.download.recipe | 10 +++++----- SAPGUI/SAPGUI.download.recipe | 10 +++++----- SDNotary/SDNotary.download.recipe | 10 +++++----- Zscaler/Zscaler.download.recipe | 14 +++++++------- 9 files changed, 41 insertions(+), 45 deletions(-) diff --git a/Aftermath/Aftermath.download.recipe b/Aftermath/Aftermath.download.recipe index d6fbcff..c60b8ef 100644 --- a/Aftermath/Aftermath.download.recipe +++ b/Aftermath/Aftermath.download.recipe @@ -30,7 +30,7 @@ jamf/aftermath - + Processor URLDownloader Arguments @@ -39,6 +39,10 @@ %VENDOR%_%SOFTWARETITLE%_%version%.pkg + + Processor + EndOfCheckPhase + Processor CodeSignatureVerifier @@ -54,10 +58,6 @@ - - Processor - EndOfCheckPhase - diff --git a/Aftermath/AftermathUninstaller.download.recipe b/Aftermath/AftermathUninstaller.download.recipe index d1a0a64..3b73bb4 100644 --- a/Aftermath/AftermathUninstaller.download.recipe +++ b/Aftermath/AftermathUninstaller.download.recipe @@ -41,6 +41,10 @@ %VENDOR%_%SOFTWARETITLE1%_%SOFTWARETITLE2%_%version%.pkg + + Processor + EndOfCheckPhase + Processor CodeSignatureVerifier @@ -56,10 +60,6 @@ - - Processor - EndOfCheckPhase - diff --git a/CarouselCloudScreenSaver/CarouselCloudScreenSaver.download.recipe b/CarouselCloudScreenSaver/CarouselCloudScreenSaver.download.recipe index 231460a..ce77dd1 100644 --- a/CarouselCloudScreenSaver/CarouselCloudScreenSaver.download.recipe +++ b/CarouselCloudScreenSaver/CarouselCloudScreenSaver.download.recipe @@ -66,10 +66,6 @@ %major_version%.%minor_version% - - Processor - EndOfCheckPhase - - \ No newline at end of file + diff --git a/CiscoUmbrella/CiscoUmbrella.download.recipe b/CiscoUmbrella/CiscoUmbrella.download.recipe index 410c682..f7f74d9 100644 --- a/CiscoUmbrella/CiscoUmbrella.download.recipe +++ b/CiscoUmbrella/CiscoUmbrella.download.recipe @@ -44,6 +44,10 @@ url %DOWNLOAD_URL%/RoamingClient_MAC_%version%.pkg.zip + + + Processor + EndOfCheckPhase Arguments @@ -67,10 +71,6 @@ %RECIPE_CACHE_DIR%/%NAME%/*.pkg - - Processor - EndOfCheckPhase - Processor CodeSignatureVerifier @@ -88,4 +88,4 @@ - \ No newline at end of file + diff --git a/LogiOptionsPlus/LogiOptionsPlus.download.recipe b/LogiOptionsPlus/LogiOptionsPlus.download.recipe index 6d81d6a..c86021b 100644 --- a/LogiOptionsPlus/LogiOptionsPlus.download.recipe +++ b/LogiOptionsPlus/LogiOptionsPlus.download.recipe @@ -41,6 +41,10 @@ %DOWNLOAD_URL% + + Processor + EndOfCheckPhase + Processor Unarchiver @@ -90,10 +94,6 @@ - - Processor - EndOfCheckPhase - diff --git a/LogiOptionsPlusOffline/LogiOptionsPlusOffline.download.recipe b/LogiOptionsPlusOffline/LogiOptionsPlusOffline.download.recipe index 07e62a0..189530f 100644 --- a/LogiOptionsPlusOffline/LogiOptionsPlusOffline.download.recipe +++ b/LogiOptionsPlusOffline/LogiOptionsPlusOffline.download.recipe @@ -34,6 +34,10 @@ %DOWNLOAD_URL% + + Processor + EndOfCheckPhase + Processor Unarchiver @@ -83,10 +87,6 @@ - - Processor - EndOfCheckPhase - - \ No newline at end of file + diff --git a/SAPGUI/SAPGUI.download.recipe b/SAPGUI/SAPGUI.download.recipe index 296f768..bef2ca8 100644 --- a/SAPGUI/SAPGUI.download.recipe +++ b/SAPGUI/SAPGUI.download.recipe @@ -32,6 +32,10 @@ %DOWNLOAD_URL% + + Processor + EndOfCheckPhase + Processor Unarchiver @@ -56,10 +60,6 @@ CFBundleShortVersionString - - Processor - EndOfCheckPhase - - \ No newline at end of file + diff --git a/SDNotary/SDNotary.download.recipe b/SDNotary/SDNotary.download.recipe index fee7050..9872be8 100644 --- a/SDNotary/SDNotary.download.recipe +++ b/SDNotary/SDNotary.download.recipe @@ -41,6 +41,10 @@ %url% + + Processor + EndOfCheckPhase + Processor Unarchiver @@ -76,10 +80,6 @@ identifier "com.latenightsw.Script-Notary" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = Z7S6X96M3X - - Processor - EndOfCheckPhase - - \ No newline at end of file + diff --git a/Zscaler/Zscaler.download.recipe b/Zscaler/Zscaler.download.recipe index 326c358..4edd2ad 100644 --- a/Zscaler/Zscaler.download.recipe +++ b/Zscaler/Zscaler.download.recipe @@ -18,9 +18,13 @@ Process - Processor - PackageRequired - + Processor + PackageRequired + + + Processor + EndOfCheckPhase + Processor Unarchiver @@ -54,10 +58,6 @@ identifier "com.zscaler.installer" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = PCBCQZJ7S7 - - Processor - EndOfCheckPhase - From a4bdf7375639a81e04b32971184d5f89a9b3cbf4 Mon Sep 17 00:00:00 2001 From: Scott Blake <945258+MScottBlake@users.noreply.github.com> Date: Sat, 22 Nov 2025 12:45:53 -0500 Subject: [PATCH 2/2] Add EndOfCheckPhase missing processor --- JQ/JQIntel.download.recipe | 4 ++++ MURAL/MURAL.download.recipe | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/JQ/JQIntel.download.recipe b/JQ/JQIntel.download.recipe index 8e3e59c..c57c9cf 100755 --- a/JQ/JQIntel.download.recipe +++ b/JQ/JQIntel.download.recipe @@ -43,6 +43,10 @@ Processor URLDownloader + + Processor + EndOfCheckPhase + diff --git a/MURAL/MURAL.download.recipe b/MURAL/MURAL.download.recipe index 086f026..e9a0830 100644 --- a/MURAL/MURAL.download.recipe +++ b/MURAL/MURAL.download.recipe @@ -50,6 +50,10 @@ %match% + + Processor + EndOfCheckPhase + Arguments