mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
[deploy] Only print remote path when installing only.
This commit is contained in:
@@ -290,7 +290,9 @@ install_application(am_device_t dev)
|
||||
}
|
||||
|
||||
LOG("package has been successfully installed on device");
|
||||
printf("%s\n", [remote_app_path(dev) UTF8String]);
|
||||
if (getenv("install_only") != NULL) {
|
||||
printf("%s\n", [remote_app_path(dev) UTF8String]);
|
||||
}
|
||||
[handle release];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user