RustDesk.munki.recipe 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Comment</key>
  6. <string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string>
  7. <key>Description</key>
  8. <string>Downloads the latest version of RustDesk and imports it into Munki.</string>
  9. <key>Identifier</key>
  10. <string>dk.kulmosen.munki.RustDesk</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>MUNKI_REPO_SUBDIR</key>
  14. <string>apps/%NAME%</string>
  15. <key>NAME</key>
  16. <string>RustDesk</string>
  17. <key>pkginfo</key>
  18. <dict>
  19. <key>catalogs</key>
  20. <array>
  21. <string>testing</string>
  22. </array>
  23. <key>description</key>
  24. <string>An open-source remote desktop, and alternative to TeamViewer.</string>
  25. <key>developer</key>
  26. <string>zhou huabing</string>
  27. <key>display_name</key>
  28. <string>RustDesk</string>
  29. <key>name</key>
  30. <string>%NAME%</string>
  31. <key>unattended_install</key>
  32. <true/>
  33. </dict>
  34. </dict>
  35. <key>MinimumVersion</key>
  36. <string>2.3</string>
  37. <key>ParentRecipe</key>
  38. <string>dk.kulmosen.download.RustDesk</string>
  39. <key>Process</key>
  40. <array>
  41. <dict>
  42. <key>Arguments</key>
  43. <dict>
  44. <key>pkg_path</key>
  45. <string>%pathname%</string>
  46. <key>repo_subdirectory</key>
  47. <string>%MUNKI_REPO_SUBDIR%</string>
  48. </dict>
  49. <key>Processor</key>
  50. <string>MunkiImporter</string>
  51. </dict>
  52. </array>
  53. </dict>
  54. </plist>