app stanza in shotcut.rb

This commit is contained in:
Roland Walker 2014-09-15 12:06:18 -04:00
parent 698bbd0fa6
commit 434560da56
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ class Shotcut < Cask
url "https://github.com/mltframework/shotcut/releases/download/v#{version.gsub(/\.\d{2}$/, '')}/shotcut-osx-x86_64-#{version.gsub('.', '')}.dmg"
homepage 'http://www.shotcut.org/'
link 'Shotcut.app'
app 'Shotcut.app'
end