Method: Avm::Data::Package::Dump#run

Defined in:
lib/avm/data/package/dump.rb

#runObject



47
48
49
50
51
52
53
54
55
56
# File 'lib/avm/data/package/dump.rb', line 47

def run
  raise "Cannot run: #{cannot_run_reason}" unless runnable?

  package_file = on_build_directory do
    dump_units_to_build_directory
    create_package_file
  end
  rotate
  move_download_to_final_dest(package_file)
end