We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After some fiddling I found a "special" URL that gives you the hash of the latest build of a given branch. It would be nice extending its functionality so it starts downloading the latest build of a given platform (something like https://dolphin-emu.org/download/latest/ <branch> / <platform> ), some examples:
https://dolphin-emu.org/download/latest/stable/win64 => https://dl-mirror.dolphin-emu.org/5.0/dolphin-x64-5.0.exe https://dolphin-emu.org/download/latest/master/android => http://dl.dolphin-emu.org/builds/dolphin-master-5.0-97.apk (at time of this report) https://dolphin-emu.org/download/latest/Triforce/mac => https://dl.dolphin-emu.org/builds/dolphin-Triforce-4.0-315.dmg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After some fiddling I found a "special" URL that gives you the hash of the latest build of a given branch. It would be nice extending its functionality so it starts downloading the latest build of a given platform (something like https://dolphin-emu.org/download/latest/ <branch> / <platform> ), some examples:
https://dolphin-emu.org/download/latest/stable/win64 => https://dl-mirror.dolphin-emu.org/5.0/dolphin-x64-5.0.exe
https://dolphin-emu.org/download/latest/master/android => http://dl.dolphin-emu.org/builds/dolphin-master-5.0-97.apk (at time of this report)
https://dolphin-emu.org/download/latest/Triforce/mac => https://dl.dolphin-emu.org/builds/dolphin-Triforce-4.0-315.dmg
The text was updated successfully, but these errors were encountered: