rubyinstaller icon indicating copy to clipboard operation
rubyinstaller copied to clipboard

Specify the 'downloads' directory

Open golirev opened this issue 9 years ago • 3 comments

I added a way to specify the folder to place downloaded files.

You can share a "downloads" folder with multiple windows installer build instances without copying from one instance to another.

rake DOWNLOADS="c:\downloads" # specify the folder to place downloaded files, absolute/relative

In addition above, I added the ability to handle dependency files more properly in multi-toolchain.

Download a set of dependency files from distinguished URL path and store them under the "downloads" sub-directory separately.

config/compilers/mingw64.rb is just a sample. You'll fail in downloading the dependency files, since there aren't such files.

:knap_path value is used for separation.

golirev avatar Jun 05 '16 15:06 golirev

It looks promising!

Azolo avatar Jul 15 '16 21:07 Azolo

I'm in the middle of getting some other stuff together, so give me a couple days and I'll look at it more closely. =)

Azolo avatar Jul 16 '16 15:07 Azolo

may need updating the software versions.

ghost avatar Jun 13 '19 20:06 ghost