Skip to content

Commit

Permalink
searching missing dll
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity666 committed Feb 22, 2024
1 parent a10b561 commit 48b6cb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ task :buildexe do
GEMFILE_OPT = ""
GEMFILE_OPT = "--gemfile Gemfile" if ENV['APPVEYOR']

sh "dir C:\\Ruby27-x64\\bin\\ruby_builtin_dlls\\"

sh "ocra bin/ruby-grafana-reporter #{GEMFILE_OPT} --dll ruby_builtin_dlls/libssp-0.dll --dll ruby_builtin_dlls/libssl-1_1-x64.dll --dll ruby_builtin_dlls/libcrypto-1_1-x64.dll --dll ruby_builtin_dlls/libgmp-10.dll --dll ruby_builtin_dlls/zlib1.dll --console --output ruby-grafana-reporter-#{GRAFANA_REPORTER_VERSION.join('.')}.exe #{OpenSSL::X509::DEFAULT_CERT_FILE}"
end

Expand Down

0 comments on commit 48b6cb5

Please sign in to comment.