lib/ormdev/command/run.rb in ormdev-0.0.8 vs lib/ormdev/command/run.rb in ormdev-0.0.9

- old
+ new

@@ -50,10 +50,12 @@ def run super OrmDev::LogUtil.info '[插件发布] '.green installer = OrmDev::RunHelper.new(@podspec_path) framework_zip = installer.setup(@no_version_control) - OrmDev::LogUtil.info "Success!!! `ormdev publish #{@podspec_path} --zip=#{framework_zip} --push-type=0`" + framework_zip_path= File.expand_path('./', framework_zip) + OrmDev::LogUtil.info "Success!!! 静态库编译完成:#{framework_zip_path}" + OrmDev::LogUtil.info " `ormdev publish #{@podspec_path} --zip=#{framework_zip_path} --push-type=0`".magenta end end end end \ No newline at end of file