mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-06 18:57:12 +00:00
Fix "rake install" task
This commit is contained in:
@@ -36,6 +36,7 @@ $STARTER_DOWNLOAD_README = File.join($STARTER_DOWNLOAD, 'README')
|
||||
task :downloads => [:starter_download, :tools_download]
|
||||
|
||||
file_d $TOOLS_DOWNLOAD_ENV => [:debug, :release] do
|
||||
rm_rf($TOOLS_DOWNLOAD_ENV)
|
||||
cp_r(File.join($RELEASE_ENV, '.'), $TOOLS_DOWNLOAD_ENV)
|
||||
cp_r(File.join($DEBUG_ENV, 'lib', 'Frameworks', '.'), File.join($TOOLS_DOWNLOAD_ENV, 'lib', 'Frameworks', 'Debug'))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user