Skip to content

Commit

Permalink
Merge pull request #56 from chilcote/hipchat_pkg
Browse files Browse the repository at this point in the history
Updating HipChat.pkg recipe to account for dmg instead of zip format
  • Loading branch information
arubdesu committed Jul 16, 2016
2 parents 4d1dd43 + 6e1b7f5 commit 6e6272d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Atlassian/HipChat.pkg.recipe
Expand Up @@ -33,15 +33,13 @@
</dict>
<dict>
<key>Processor</key>
<string>Unarchiver</string>
<string>Copier</string>
<key>Arguments</key>
<dict>
<key>archive_path</key>
<string>%pathname%</string>
<key>source_path</key>
<string>%pathname%/%NAME%.app</string>
<key>destination_path</key>
<string>%pkgroot%/Applications</string>
<key>purge_destination</key>
<true/>
<string>%pkgroot%/Applications/%NAME%.app</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit 6e6272d

Please sign in to comment.