oneclick / rubyinstaller2

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

Question about msys2 and ridk #257

Open ghost opened 2 years ago

ghost commented 2 years ago

Hello,

@larskanis @MSP-Greg I'm trying to rebuild the Railsinstaller, I have pre packaged everything so the end users don't have to run ridk install or pacman commands to get sqlite3 installed. What I needed to know is if there is anything I should be aware of by doing like this. I did see some of my system files being copied over to the msys2 folder which I was going to replace back with the original files.

Process: 1 download msys2 2 download rubyinstaller 3 run ridk 1 3 4 run pacman sqlite 3 command 5 copy the msys2 folder and ruby folder and turn it into exe

Thanks