threeve / clicktoflash forked from rentzsch/clicktoflash

WebKit plug-in to prevent automatic loading of Adobe Flash content

This URL has Read+Write access

clicktoflash / Rakefile
100644 3 lines (3 sloc) 0.208 kb
1
2
3
task :default do
  system('xcodebuild -configuration Release && rm -Rf "$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin" && cp -R build/Release/ClickToFlash.plugin "$HOME/Library/Internet Plug-Ins/"')
end