Skip to content

Commit 2807f05

Browse files
committed
Added Rakefile, so you can compile & upgrade the plugin by running 'rake' on the directory
1 parent 0ba78fd commit 2807f05

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
task :default do
2+
system('xcodebuild -configuration Release && rm -Rf "$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin" && cp -R build/Release/ClickToFlash.plugin "$HOME/Library/Internet Plug-Ins/"')
3+
end

0 commit comments

Comments
 (0)