Skip to content

Commit

Permalink
downgrade windows ruby version
Browse files Browse the repository at this point in the history
because, td update can't update ruby version.
  • Loading branch information
takkanm committed Jul 21, 2015
1 parent ac90aa2 commit 6b9a321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/exe.rake
Expand Up @@ -2,10 +2,10 @@
desc "build Windows exe package"
task 'exe:build' => :build do
create_build_dir('exe') do |dir|
install_ruby_version = '2.2.2'
install_ruby_version = '1.9.3'
# create ./installers/
FileUtils.mkdir_p "installers"
installer_path = download_resource("http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-#{install_ruby_version}.exe?direct")
installer_path = download_resource("http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-#{install_ruby_version}-p545.exe?direct")
FileUtils.cp installer_path, "installers/rubyinstaller.exe"

variables = {
Expand Down

0 comments on commit 6b9a321

Please sign in to comment.