lib/jasper-command-line/jasper.rb in jasper-command-line-0.2.3 vs lib/jasper-command-line/jasper.rb in jasper-command-line-0.2.4
- old
+ new
@@ -127,12 +127,9 @@
]
call_options.push '-l', %Q["#{sign_options[:location]}"] if sign_options[:location]
call_options.push '-r', %Q["#{sign_options[:reason]}"] if sign_options[:reason]
`java -jar #{File.dirname(__FILE__)}/java/PortableSigner/PortableSigner.jar #{call_options.join(' ')}`
-
-
- created_files << signed_file
else
signed_file = file
end
begin
\ No newline at end of file