oneclick / rubyinstaller2

MSYS2 based RubyInstaller for Windows
https://rubyinstaller.org
BSD 3-Clause "New" or "Revised" License
654 stars 249 forks source link

README.md improvement - path packages/ri-msys/recipes/installer-inno/rubyinstaller-devkit-<VERSION>-<ARCH>.exe does not seem to exist #238

Closed rubyFeedback closed 2 years ago

rubyFeedback commented 3 years ago

I do not have packages/ri-msys/recipes/installer-inno/rubyinstaller-devkit--.exe after building; the directory only has a sandbox directory and then a .rake file but no .exe file. Is it somewhere else perhaps? The .7z file exists at the location the README mentions.

larskanis commented 2 years ago

Use rake -T to inspect all available build targets. rake ri-msys:ruby-3.0.2-x86-msvcrt should do the trick.