unison-watch/Rakefile
John Bintz 9e4ccb22eb stuff
2012-05-04 07:56:09 -04:00

6 lines
76 B
Ruby

desc 'Build app'
task :build_app do
cp_r 'skel/UnisonWatch.app', '.'
end