Make new-version.rb windows delegate to generate-windows-versions.rb

This commit is contained in:
Benoit Daloze
2022-02-20 12:27:42 +01:00
parent e5517072e8
commit 7baabd2c5d
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -31,4 +31,3 @@ versions['mswin'] = 'https://github.com/MSP-Greg/ruby-loco/releases/download/rub
versions['ucrt'] = 'https://github.com/MSP-Greg/ruby-loco/releases/download/ruby-master/ruby-ucrt.7z'
File.binwrite 'windows-versions.json', "#{JSON.pretty_generate(versions)}\n"