Skip to content

Commit

Permalink
Corrected Ruby version for 32-bit windows.
Browse files Browse the repository at this point in the history
Previous version name didn't exist. I suppose ruby modified their Github repo?
  • Loading branch information
keck-in-space committed Jul 11, 2018
1 parent 5e5bcad commit 41df139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/installers/windows/INSTALL_COSMOS.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set ARCHITECTURE=%PROCESSOR_ARCHITECTURE%
set INSTALLER_VERSION=1.9

:: Paths and versions for COSMOS dependencies
set RUBY_INSTALLER_32=rubyinstaller-2.4.4-1.exe
set RUBY_INSTALLER_32=rubyinstaller-2.4.4-1-x86.exe
set RUBY_INSTALLER_64=rubyinstaller-2.4.4-1-x64.exe
set RUBY_INSTALLER_PATH=//github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.4-1/
set RUBY_ABI_VERSION=2.4.0
Expand Down

0 comments on commit 41df139

Please sign in to comment.