This commit is contained in:
John Bintz 2012-05-04 07:56:09 -04:00
parent 4afaf555d8
commit 9e4ccb22eb
2 changed files with 6 additions and 1 deletions

View File

@ -11,4 +11,4 @@ when /linux/
end
gem 'atomic'
gem 'thor'

5
Rakefile Normal file
View File

@ -0,0 +1,5 @@
desc 'Build app'
task :build_app do
cp_r 'skel/UnisonWatch.app', '.'
end