| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>Comment</key>
- <string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string>
- <key>Description</key>
- <string>Downloads the latest version of RustDesk and imports it into Munki.</string>
- <key>Identifier</key>
- <string>dk.kulmosen.munki.RustDesk</string>
- <key>Input</key>
- <dict>
- <key>MUNKI_REPO_SUBDIR</key>
- <string>apps/%NAME%</string>
- <key>NAME</key>
- <string>RustDesk</string>
- <key>pkginfo</key>
- <dict>
- <key>catalogs</key>
- <array>
- <string>testing</string>
- </array>
- <key>description</key>
- <string>An open-source remote desktop, and alternative to TeamViewer.</string>
- <key>developer</key>
- <string>zhou huabing</string>
- <key>display_name</key>
- <string>RustDesk</string>
- <key>name</key>
- <string>%NAME%</string>
- <key>unattended_install</key>
- <true/>
- </dict>
- </dict>
- <key>MinimumVersion</key>
- <string>2.3</string>
- <key>ParentRecipe</key>
- <string>dk.kulmosen.download.RustDesk</string>
- <key>Process</key>
- <array>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>pkg_path</key>
- <string>%pathname%</string>
- <key>repo_subdirectory</key>
- <string>%MUNKI_REPO_SUBDIR%</string>
- </dict>
- <key>Processor</key>
- <string>MunkiImporter</string>
- </dict>
- </array>
- </dict>
- </plist>
|