The download links for the Mac version on the website need to be corrected. Currently, the links point to an architecture-specific build (mac-arm64), causing issues for users needing the universal build.
For example:
INCORRECT:https://github.com/Legcord/Legcord/releases/download/v1.0.2/Legcord-1.0.2-mac-arm64.dmgCORRECT:https://github.com/Legcord/Legcord/releases/download/v1.0.2/Legcord-1.0.2-mac-universal.dmg
The download links for the Mac version on the website need to be corrected. Currently, the links point to an architecture-specific build (mac-arm64), causing issues for users needing the universal build.
For example: INCORRECT:
https://github.com/Legcord/Legcord/releases/download/v1.0.2/Legcord-1.0.2-mac-arm64.dmg
CORRECT:https://github.com/Legcord/Legcord/releases/download/v1.0.2/Legcord-1.0.2-mac-universal.dmg
This issue appears in the following lines of code: https://github.com/Legcord/website/blob/ea79e28342e1a0398431d94558adcfc0ecd293d0/src/pages/download/mac/index.astro#L16-L26