railmapgen / rmp

Design your own rail map by freely dragging stations from different cities and connecting them with 135-degree rounded corners or perpendicular lines!
https://railmapgen.org/?app=rmp
GNU General Public License v3.0
99 stars 20 forks source link

Page Not Found when trying to download desktop app #864

Closed jacksonvil-s closed 1 month ago

jacksonvil-s commented 1 month ago

https://ghp.ci/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-20241001/railmapgen_24.10.1_x64.dmg

When I try to download the Desktop App, it does not work. Instead, it shows that the page does not exists. This is the link provided on (https://railmapgen.github.io/) but it says "Page not found"

image

This is when trying to download the app on mac

thekingofcity commented 1 month ago

Hi, the right url should be

https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-20241001/railmapgen_24.10.1_aarch64.dmg

Sorry for the inconvenience, the x64 support of mac is dropped but not updated as well :(

jacksonvil-s commented 1 month ago

Oh thanks! This link works now.

jacksonvil-s commented 1 month ago
image

Um.....

thekingofcity commented 1 month ago

Sorry for the inconvenience. But the Intel x86 support is dropped for Mac as the default Github Actions runner switched to the M series aarch64 architecture. Although it might be possible to add the support back, I don't have such a device and Apple is dropping the support for it as well. A workaround might be installing the Windows virtual machine and running the Windows release :)