bin/tracksperanto in tracksperanto-3.3.6 vs bin/tracksperanto in tracksperanto-3.3.7

- old
+ new

@@ -8,18 +8,20 @@ # tracksperanto -w 1920 -h 1080 /Films/Blockbuster/Shots/001/script.shk --only flamestabilizer # # == Author # Julik <me@julik.nl> +# Show the message just in case +$stdout.puts "Starting Tracksperanto. For information and support please contact info#{64.chr}guerilla-di.org" + # Require the xperanto lib, which in turn requires Bundler and pulls in all the gems require File.dirname(__FILE__) + '/../lib/tracksperanto' unless defined?(Tracksperanto) require 'update_hints' require 'optparse' require 'progressbar' def disclaimer - "Please consider a small donation to keep Tracksperanto going: http://guerilla-di.org/source-and-license/\n"+ - "For information and support please contact info#{64.chr}guerilla-di.org" + "Please consider a small donation to keep Tracksperanto going: http://guerilla-di.org/source-and-license/" end options = {} $tools = [] writer_class_name = nil \ No newline at end of file