Revert back to working version

This commit is contained in:
Dennis Juhler Aagaard
2020-10-19 11:48:31 +02:00
parent 1f9d664dcb
commit 59eda4911e
4 changed files with 52 additions and 8 deletions
+13 -2
View File
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Comment</key>
<string>Created with Recipe Robot v2.0.0 (https://github.com/homebysix/recipe-robot)</string>
<string>Created with Recipe Robot v1.2.1 (https://github.com/homebysix/recipe-robot)</string>
<key>Description</key>
<string>Downloads the latest version of ONLYOFFICE and imports it into Munki.</string>
<key>Identifier</key>
@@ -38,11 +38,22 @@
<string>com.github.solutiogruppen.download.ONLYOFFICE</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>dmg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
<key>dmg_root</key>
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
</dict>
<key>Processor</key>
<string>DmgCreator</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%pathname%</string>
<string>%dmg_path%</string>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
</dict>