Brave-intel.install.recipe 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.2.0 (https://github.com/homebysix/recipe-robot)</string>
  7. <key>Description</key>
  8. <string>Installs the latest version of Brave.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.install.Brave-Intel</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>APP_FILENAME</key>
  14. <string>Brave Browser</string>
  15. <key>NAME</key>
  16. <string>Brave</string>
  17. </dict>
  18. <key>MinimumVersion</key>
  19. <string>1.0.0</string>
  20. <key>ParentRecipe</key>
  21. <string>com.github.solutiogruppen.download.Brave-Intel</string>
  22. <key>Process</key>
  23. <array>
  24. <dict>
  25. <key>Arguments</key>
  26. <dict>
  27. <key>dmg_path</key>
  28. <string>%pathname%</string>
  29. <key>items_to_copy</key>
  30. <array>
  31. <dict>
  32. <key>destination_path</key>
  33. <string>/Applications</string>
  34. <key>source_item</key>
  35. <string>Brave Browser.app</string>
  36. </dict>
  37. </array>
  38. </dict>
  39. <key>Processor</key>
  40. <string>InstallFromDMG</string>
  41. </dict>
  42. </array>
  43. </dict>
  44. </plist>