Francommit / win10_emulation_station

Emulation Station for Windows 10/11
https://francommit.com/emulationstation/
157 stars 28 forks source link

download updated ES #1

Closed jrassa closed 7 years ago

jrassa commented 7 years ago

Saw this on reddit. Regarding inability to script the download from github, you can try getting them from appveyor instead using the link below.

https://ci.appveyor.com/api/projects/jrassa/emulationstation/artifacts/EmulationStation-Win32.zip?branch=master

Francommit commented 7 years ago

Hey jrassa,

Looks like I need some sort of temporary token to download it:

image

Francommit commented 7 years ago

@jrassa Do you by any chance think you'll be able to provide a different mirror? I'm ok temporarily putting it into Google-Drive then updating it when need be but I feel like that's a terrible solution.

jrassa commented 7 years ago

@Francommit I did some testing and I was able to download the release from github using the following.

Invoke-WebRequest -Uri https://github.com/jrassa/EmulationStation/releases/download/continuous/EmulationStation-Win32.zip -OutFile EmulationStation-Win32.zip
Francommit commented 7 years ago

Hahaha thanks jrassa. I literally made this 10 minutes ago :)

image

jrassa commented 7 years ago

@Francommit You shouldn't have to pull the releases list. The continuous release always has the latest build.

Francommit commented 7 years ago

@jrassa Whilst your repository does. I plan to re-use this downloader to acquire some custom themes that don't use tags in the same correct manner that you do. Unless this is some feature of Github I've overlooked, because it looks like other repositories don't quite use their tags in the same manner.