PhoenicisOrg/scripts

Update "Lego Rock Raiders" script

madoar opened this issue · 0 comments

The following changes should be made:

  • change the usage of Downloader to Resource
  • change the usage of wizard to wine.wizard() or add const wizard = wine.wizard();

new Downloader()
.wizard(wizard)
.url("http://rrubucket.s3.amazonaws.com/RockRaidersCodec_490085.zip")
.checksum("991a343dc608c6a1914127a55f2e5b47")
.algorithm("MD5")
.to(zipLocation)
.get();