Skip to content

Commit

Permalink
default geotrust timestamp server is down, turning off so I can packa…
Browse files Browse the repository at this point in the history
…ge a windows build
  • Loading branch information
zdennis committed May 18, 2012
1 parent e8b1762 commit 9c082dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/packager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def self.package_exe!(output_directory)
Dir.chdir Scout.build_directory do
puts Dir.pwd
now = Time.now
build_command = "adt.bat -package -storetype pkcs12 -keystore #{CertificateFile} -target native ../#{output_file} #{AirDescriptorFile} ."
build_command = "adt.bat -package -tsa none -storetype pkcs12 -keystore #{CertificateFile} -target native ../#{output_file} #{AirDescriptorFile} ."
puts build_command
system build_command
if $?.exitstatus == 0
Expand Down

0 comments on commit 9c082dd

Please sign in to comment.