lib/roku_builder/controller.rb in roku_builder-3.12.5 vs lib/roku_builder/controller.rb in roku_builder-3.12.6

- old
+ new

@@ -182,11 +182,11 @@ end # List of depricated options # @return [Hash] Hash of depricated options and the warning message for each def self.depricated_options - {deeplink_depricated: "-L and --deeplink are depricated. Use -o -r --deeplink-options." } + {deeplink_depricated: "-L and --deeplink are depricated. Use -o or --deeplink-options." } end # List of source options # @return [Array<Symbol>] List of source symbols that can be used in the options hash def self.sources @@ -194,10 +194,10 @@ end # List of commands requiring a source option # @return [Array<Symbol>] List of command symbols that require a source in the options hash def self.source_commands - [:sideload, :package, :test, :build, :key] + [:sideload, :package, :test, :build, :key, :update] end # List of commands the activate the exclude files # @return [Array<Symbol] List of commands the will activate the exclude files lists def self.exclude_commands