RustDesk.download.recipe 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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.</string>
  9. <key>Identifier</key>
  10. <string>dk.kulmosen.download.RustDesk</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>NAME</key>
  14. <string>RustDesk</string>
  15. </dict>
  16. <key>MinimumVersion</key>
  17. <string>2.3</string>
  18. <key>Process</key>
  19. <array>
  20. <dict>
  21. <key>Arguments</key>
  22. <dict>
  23. <key>asset_regex</key>
  24. <string>.*\.dmg$</string>
  25. <key>github_repo</key>
  26. <string>rustdesk/rustdesk</string>
  27. </dict>
  28. <key>Processor</key>
  29. <string>GitHubReleasesInfoProvider</string>
  30. </dict>
  31. <dict>
  32. <key>Arguments</key>
  33. <dict>
  34. <key>filename</key>
  35. <string>%NAME%-%version%.dmg</string>
  36. </dict>
  37. <key>Processor</key>
  38. <string>URLDownloader</string>
  39. </dict>
  40. <dict>
  41. <key>Processor</key>
  42. <string>EndOfCheckPhase</string>
  43. </dict>
  44. <dict>
  45. <key>Arguments</key>
  46. <dict>
  47. <key>input_path</key>
  48. <string>%pathname%/RustDesk.app</string>
  49. <key>requirement</key>
  50. <string>identifier "com.carriez.rustdesk" 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] = HZF9JMC8YN</string>
  51. </dict>
  52. <key>Processor</key>
  53. <string>CodeSignatureVerifier</string>
  54. </dict>
  55. <dict>
  56. <key>Arguments</key>
  57. <dict>
  58. <key>input_plist_path</key>
  59. <string>%pathname%/RustDesk.app/Contents/Info.plist</string>
  60. <key>plist_version_key</key>
  61. <string>CFBundleShortVersionString</string>
  62. </dict>
  63. <key>Processor</key>
  64. <string>Versioner</string>
  65. </dict>
  66. </array>
  67. </dict>
  68. </plist>