lib/sprout.rb in sprout-0.5.19 vs lib/sprout.rb in sprout-0.5.23

- old
+ new

@@ -311,9 +311,13 @@ # The first FileTarget that is applicable for this # client operating system def target return @target end + + def executable + return target.executable + end def archive_path return File.join(install_path, target.archive_path) end