lib/roku_builder/loader.rb in roku_builder-3.10.0 vs lib/roku_builder/loader.rb in roku_builder-3.10.1

- old
+ new

@@ -14,9 +14,10 @@ # Sideload an app onto a roku device # @param root_dir [String] Path to the root directory of the roku app # @param content [Hash] Hash containing arrays for folder, files, and excludes. Default: nil # @return [String] Build version on success, nil otherwise def sideload(update_manifest: false, content: nil, infile: nil) + Navigator.new(**@device_config).nav(commands: [:home]) result = FAILED_SIDELOAD outfile = nil build_version = nil if infile build_version = ManifestManager.build_version(root_dir: infile)