Skip to content

oneclick/rubyinstaller-releases

Repository files navigation

These links are used by Microsoft Store to download the packages:

The history of this git repository is non-continous. Old files are removed from the history, so that only the latest 2 releases are stored. It's best to configure the local repository with rebase-on-pull like so:

git config pull.rebase true 
git pull

Release files are updated like so:

git-filter-repo --invert-paths --force --path  rubyinstaller-4.0.3-1-x64.exe
git-filter-repo --invert-paths --force --path  rubyinstaller-4.0.3-1-arm.exe
wget https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-4.0.5-1/rubyinstaller-4.0.5-1-x64.exe
wget https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-4.0.5-1/rubyinstaller-4.0.5-1-arm.exe
git add rubyinstaller-4.0.5-1-*
git commit -am "Add RubyInstaller-4.0.5-1"
git push -f

About

Distribute RubyInstaller release binaries for the Microsoft Store. They don't allow redirected URIs used by Github releases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors