Skip to content

Instantly share code, notes, and snippets.

@rickheil
Last active August 29, 2015 14:21
Show Gist options
  • Save rickheil/d2359ae2b79c2e256cc2 to your computer and use it in GitHub Desktop.
Save rickheil/d2359ae2b79c2e256cc2 to your computer and use it in GitHub Desktop.
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>Unarchiver</string>
<key>arguments</key>
<dict>
<key>archive_format</key>
<string>zip</string>
<key>archive_path</key>
<string>%pathname%</string>
<key>destination_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
<key>purge_destination</key>
<true/>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>DmgCreator</string>
<key>arguments</key>
<dict>
<key>dmg_root</key>
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
<key>dmg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
</dict>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment