unison-watch/Rakefile

6 lines
76 B
Ruby

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