mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-04 22:58:19 +08:00
fix when apps have spaces
This commit is contained in:
@@ -50,7 +50,7 @@ desc "Deploy on the device"
|
||||
task :deploy => :package do
|
||||
deploy = File.join(Rubixir::CONFIG.datadir, 'deploy')
|
||||
flags = Rake.application.options.trace ? '-d' : ''
|
||||
sh "#{deploy} #{flags} #{Rubixir::CONFIG.archive}"
|
||||
sh "#{deploy} #{flags} \"#{Rubixir::CONFIG.archive}\""
|
||||
end
|
||||
|
||||
desc "Clear build objects"
|
||||
|
||||
Reference in New Issue
Block a user