Legcord / website

https://legcord.app
2 stars 3 forks source link

Broken Download Links on Mac Download Page #10

Open delowardev opened 1 week ago

delowardev commented 1 week ago

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

Wbebey commented 6 days ago

i encountered the same error when trying to download windows version