Fix f-lux cask to actually link the app

This commit is contained in:
Crazor 2013-06-17 12:19:57 +02:00
parent caf711e7a3
commit 9552d2c8a5

View file

@ -3,4 +3,5 @@ class FLux < Cask
homepage 'http://stereopsis.com/flux/'
version 'latest'
no_checksum
link 'Flux.app'
end