convert to staged_path in heart

This commit is contained in:
Roland Walker 2014-11-12 19:14:12 -05:00
parent d365e32ad9
commit add55663f4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Heart < Cask
screen_saver 'presstube-heart.app/Contents/Resources/Presstube - Heart.saver'
postflight do
system '/usr/libexec/PlistBuddy', '-c', 'Set :CFBundleName Heart (Presstube)', "#{destination_path}/presstube-heart.app/Contents/Resources/Presstube - Heart.saver/Contents/Info.plist"
system '/usr/libexec/PlistBuddy', '-c', 'Set :CFBundleName Heart (Presstube)', "#{staged_path}/presstube-heart.app/Contents/Resources/Presstube - Heart.saver/Contents/Info.plist"
end
caveats <<-EOS.undent