Skip to content

Commit

Permalink
Added Rakefile, so you can compile & upgrade the plugin by running 'r…
Browse files Browse the repository at this point in the history
…ake' on the directory
  • Loading branch information
bomberstudios committed Jan 28, 2009
1 parent 0ba78fd commit 2807f05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit 2807f05

Please sign in to comment.