diff --git a/Nextcloud/Nextcloud.download.recipe b/Nextcloud/Nextcloud.download.recipe index 18e90e1..3d5c9fa 100644 --- a/Nextcloud/Nextcloud.download.recipe +++ b/Nextcloud/Nextcloud.download.recipe @@ -17,22 +17,13 @@ 1.0.0 Process - - Arguments - - asset_regex - .*\.tgz$ - github_repo - nextcloud-releases/desktop - - Processor - GitHubReleasesInfoProvider - Arguments filename - %NAME%-%version%.tgz + %NAME%.pkg + url + https://gogs.kulmosen.dk/attachments/052f39ce-7958-4104-a652-513c51bbe97b Processor URLDownloader @@ -41,19 +32,6 @@ Processor EndOfCheckPhase - - Arguments - - archive_path - %pathname% - destination_path - %RECIPE_CACHE_DIR%/%NAME% - purge_destination - - - Processor - Unarchiver - Arguments @@ -64,48 +42,11 @@ Apple Root CA input_path - %RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16701-install/arm/Nextcloud-qt5.15.4-3.9.1.16701git.pkg + %pathname% Processor CodeSignatureVerifier - - Arguments - - destination_path - %RECIPE_CACHE_DIR%/unpack - flat_pkg_path - %RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16701-install/arm/Nextcloud-qt5.15.4-3.9.1.16701git.pkg - purge_destination - - - Processor - FlatPkgUnpacker - - - Arguments - - destination_path - %RECIPE_CACHE_DIR%/payload - pkg_payload_path - %RECIPE_CACHE_DIR%/unpack/Nextcloud.pkg/Payload - purge_destination - - - Processor - PkgPayloadUnpacker - - - Arguments - - input_plist_path - %RECIPE_CACHE_DIR%/payload/Applications/Nextcloud.app/Contents/Info.plist - plist_version_key - CFBundleShortVersionString - - Processor - Versioner - diff --git a/Nextcloud/Nextcloud.install.recipe b/Nextcloud/Nextcloud.install.recipe index 628aca9..8402c6f 100644 --- a/Nextcloud/Nextcloud.install.recipe +++ b/Nextcloud/Nextcloud.install.recipe @@ -22,31 +22,11 @@ Arguments - dmg_path - %RECIPE_CACHE_DIR%/%NAME%.dmg - dmg_root - %RECIPE_CACHE_DIR%/%NAME% + pkg_path + %pathname% Processor - DmgCreator - - - Arguments - - dmg_path - %dmg_path% - items_to_copy - - - destination_path - /Applications - source_item - var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16701-install/arm/Nextcloud.app - - - - Processor - InstallFromDMG + Installer diff --git a/Nextcloud/Nextcloud.munki.recipe b/Nextcloud/Nextcloud.munki.recipe index 6d98984..d05822d 100644 --- a/Nextcloud/Nextcloud.munki.recipe +++ b/Nextcloud/Nextcloud.munki.recipe @@ -25,7 +25,7 @@ testing description - 💻 Desktop sync client for Nextcloud + developer Nextcloud GmbH display_name @@ -42,22 +42,11 @@ com.github.solutiogruppen.download.Nextcloud Process - - Arguments - - dmg_path - %RECIPE_CACHE_DIR%/%NAME%.dmg - dmg_root - %RECIPE_CACHE_DIR%/%NAME% - - Processor - DmgCreator - Arguments pkg_path - %dmg_path% + %pathname% repo_subdirectory %MUNKI_REPO_SUBDIR% diff --git a/Nextcloud/Nextcloud.pkg.recipe b/Nextcloud/Nextcloud.pkg.recipe deleted file mode 100644 index 8776c43..0000000 --- a/Nextcloud/Nextcloud.pkg.recipe +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Comment - Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot) - Description - Downloads the latest version of Nextcloud and creates a package. - Identifier - com.github.solutiogruppen.pkg.Nextcloud - Input - - NAME - Nextcloud - - MinimumVersion - 1.0.0 - ParentRecipe - com.github.solutiogruppen.download.Nextcloud - Process - - - Arguments - - app_path - %RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16701-install/arm/Nextcloud.app - - Processor - AppPkgCreator - - - -