prayag17 / Blink

Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol: [WIP]
GNU General Public License v3.0
766 stars 21 forks source link

Add universal dmg for macOS in release job #436

Closed sambartik closed 3 days ago

sambartik commented 4 days ago

Currently, the release job only builds for the architecture the GH macOS runner runs on, which seems to be aaarch64. This builds both targets and packages them into a single universal .dmg file usable for both Intel and ARM macs.

I did not touch the CI job file. As I am not very much aware how the build system works and did not want to break anything. Feel free to edit and/or add to this PR.