dolphin-emu / www

Dolphin Emulator official website source code (running on https://dolphin-emu.org/)
MIT License
115 stars 68 forks source link

update: migrate macos users to macos-universal #132

Closed leoetlino closed 2 years ago

leoetlino commented 3 years ago

This makes sure existing users will not be left behind on the Intel macOS builds after the old macOS VM is shut down.

An alternative approach would have been to add some special logic in Dolphin's auto-update code to request a macos-universal target manifest on macos builds (instead of defaulting to the current platform). The downside to this approach is that users who are on older builds would have to update twice: the first time to a version of Dolphin that has the aforementioned special logic, and a second time to actually switch to a macos-universal build.

I'm not very familiar with the update code so please review carefully :)